This project is a Frontend healthcare website built using React, Redux, and Tailwind CSS. It provides various functionalities such as patient registration, viewing lab reports, booking OPD tickets, and more.
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/HealthCare-Website.git
cd HealthCare-Website
2. Install dependencies:
npm install
# or
yarn install
3.Create a .env file in the root directory and add the following:
Website=HealthCare-Website
Running the Project
To start the development server, run:
npm run dev
# or
yarn dev
The application will be available at http://localhost:3000.
Building for Production
To build the project for production, run:
npm run build
# or
yarn build
Linting
To lint the project, run:
npm run lint
# or
yarn lint
Project Features
Patient Registration: Allows patients to register online.
Lab Reports: View and manage lab reports.
OPD Booking: Book OPD tickets online.
Medicine Section: View and order medicines.
Blood Bank: Information about blood donation and availability.
FAQs: Frequently asked questions section.
ChatBot: A chatbot for assistance.
Technologies Used
React: JavaScript library for building user interfaces.
Redux: State management library.
Tailwind CSS: Utility-first CSS framework.
Vite: Next-generation frontend tooling.
React Router: Declarative routing for React.
React Icons: Include popular icons in your React projects easily.
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.