Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aathifzahir/medicare


https://github.com/aathifzahir/medicare

Last synced: about 11 hours ago
JSON representation

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/)