Swasthya is a healthcare management system that allows doctors to manage their profiles and patients to book appointments. This is the frontend part of the project built using React.
To set up and run the frontend project, the following dependencies are required:
- lucide-react: Icons for the UI.
- axios: HTTP client to make API requests.
- react-router-dom: Routing library for React applications.
- date-fns: A library for working with dates in JavaScript.
To install these dependencies, run the following commands:
npm install lucide-react
npm install axios
npm install react-router-dom
npm install date-fns