Patients Screen
Dashboard Screen
Billing Screen
Nav Overlay

Hospital Management React App

Appointment Booking App with React and Typescript.

This is a simple hospital management application built with React and TypeScript. It allows hospital adminsitrators to manage patients, book appointments for them, and view their billing details for the appointments they have booked. patients data is randomly generated using fakerjs but is modelled realistically as if it's being fetched from an API,to maintain some data consistency and persistance between page reloads local storage is used for storing patients records.