This repository contains the frontend codebase for the Healthcare application. It provides a user interface for interacting with the patient admission management system.
- Modern UI: Utilizes React for building a modern and responsive user interface.
- Type Safety: Developed using TypeScript to catch errors early and improve code quality.
- GraphQL Integration: Communicates with the backend via GraphQL to efficiently fetch and manage patient data.
- React: JavaScript library for building user interfaces.
- TypeScript: Superset of JavaScript that adds static types to the language.
- graphql-request: Minimal GraphQL client that provides a simple and flexible way to make requests to a GraphQL API.
-
Clone the repository:
git clone https://github.com/your-username/healthcare-frontend.git
-
Install dependencies:
cd healthcare-frontend npm install
-
Run the development server:
npm start
The frontend application will be available at
http://localhost:3000/
.
- React Documentation: https://reactjs.org/docs/getting-started.html
- TypeScript Documentation: https://www.typescriptlang.org/docs/
- graphql-request Documentation: https://www.npmjs.com/package/graphql-request
Contributions are welcome! Please see the Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.