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.
- 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.
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.