Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aathifzahir/medicare
https://github.com/aathifzahir/medicare
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aathifzahir/medicare
- Owner: AathifZahir
- License: mit
- Created: 2024-10-10T12:48:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:56:04.000Z (3 months ago)
- Last Synced: 2024-10-21T22:37:05.865Z (3 months ago)
- Language: JavaScript
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ฅ MediCare - Healthcare Management System
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![React](https://img.shields.io/badge/React-17.0.2-blue.svg)](https://reactjs.org/)
[![Firebase](https://img.shields.io/badge/Firebase-9.0.0-orange.svg)](https://firebase.google.com/)MediCare is a comprehensive healthcare management system designed to streamline patient care, appointment scheduling, and medical record management.
## ๐ Features
- **๐ User Authentication**: Secure login and registration for patients, doctors, admin, and staff
- **๐ Appointment Management**: Easy scheduling and management of medical appointments
- **๐ Report Management**: Create, view, edit, and delete medical reports
- **๐ณ Payment Processing**: Integrated payment gateway for services
- **๐ฅ Role-based Access Control**: Tailored interfaces and permissions for different user types
- **๐ฑ Responsive Design**: Seamless experience across desktop and mobile devices## ๐ ๏ธ Technologies Used
- **Frontend**: React.js for building user interfaces ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
- **Backend**: Firebase for authentication, database (Firestore), and file storage ![Firebase](https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge&logo=Firebase&logoColor=white)
- **Styling**: Tailwind CSS for rapid UI development ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
- **Testing**: Jest and React Testing Library for robust unit and integration testing ![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white) ![Testing-Library](https://img.shields.io/badge/-TestingLibrary-%23E33332?style=for-the-badge&logo=testing-library&logoColor=white)## ๐ Getting Started
### Prerequisites
- Node.js (v14 or later)
- npm or yarn
- Firebase account### Installation
1. Clone the repository: `git clone https://github.com/your-username/medicare-management-system.git`
2. Navigate to the project directory: `cd medicare-management-system`
3. Install dependencies: `npm install`
4. Set up your Firebase configuration in `src/firebase/firebase.jsx`
5. Start the development server: `npm run dev`
6. Open your browser and visit `http://localhost:3000`
## ๐งช Running Tests
To run the test suite: `npm test`
## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## ๐ Acknowledgements
- [React](https://reactjs.org/)
- [Firebase](https://firebase.google.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Jest](https://jestjs.io/)