Healthcare app

Prerequisites

To make the app run correctly, you must have these packages installed:

  • Node version: >= 18.12.1
  • npm version: >= 9.1.1

Features/packages included

Step to run

Use the package manager npm or yarn to install all package needed.

npm install

Run the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm run start

About project

  • I used my-json-server - for fake api server. you can visit this repo i create to check the json database
  • Some data in my project such as chart data is hard-coded
  • There are three route "/" ,"/health", "/record". You can navigate to different page by using the navbar