Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 753 Bytes

File metadata and controls

17 lines (12 loc) · 753 Bytes

MadEase - Frontend

This repository contains the frontend code for MadEase, a smart hospital system. The frontend is built using modern web technologies to provide a seamless and responsive user experience.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • State Management: Redux for managing application state.
  • API Communication: Axios for making HTTP requests to the backend.

Project Structure

  • src/components: Reusable UI components.
  • src/pages: Main pages of the application.
  • src/store: Redux store and slices for state management.
  • src/assets: Static assets like images and styles.