The Prescription Helper is going to be a collection of tools designed to facilitate the work of a doctor friend who works with children and teenagers. This project includes the following tools:
- Tablet counter --> completed
- Goal weight calculator (IsoBMI) --> in progress
- Growth curve + BMI --> in progress
- Interval date calculator --> completed
- Other tools --> in progress
- Next.js
- TailwindCSS
- Start by cloning the repository:
[email protected]:HeidiDragomir/prescription-helper.git
- Install npm dependencies in the root folder
npm install
- Start server
npm run dev