This Patientor application, a TypeScript-based patient management system. Includes features for managing patient data, medical entries, and diagnoses. The frontend is built with React and Material-UI, providing a responsive and user-friendly interface. The application supports adding, viewing, and editing patient information, as well as managing medical entries and diagnoses.
The project is part of the Full Stack Open course, focusing on modern web development practices with TypeScript, React, and Material-UI.
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/Yann-GitHub/typescript-patientor.git
-
Navigate to the project directory:
cd frontend -
Install dependencies:
npm install
-
Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3001to access the application. - Use the navigation to manage patients, view details, and add medical entries.