Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 735 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 735 Bytes

Prescription Helper

live version here

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

Build with

  • Next.js
  • TailwindCSS

Getting started

  1. Start by cloning the repository:
[email protected]:HeidiDragomir/prescription-helper.git
  1. Install npm dependencies in the root folder
npm install
  1. Start server
npm run dev