Kalkdoktor is a web app written in React and TypeScript with use of Chakra UI. It contains medical calculators and scales that help doctors diagnose a patient and choose the right treatment.
Available only in Polish 🇵🇱 language. Please just treat is as lorem ipsum. 😉
Deployed with Netlify.
- Medical scales and calculators: Contains a set of medical tools enabling the diagnosis of the patient.
- Favorites: Add selected calculators to your favorites and share them between devices.
- Search: Search for your favorite calculators.
- Dark Mode: Switch between light, dark and automatic modes.
- Modern UI: Clean, professional design with consistent color schemes, fonts and style.
- Responsive Design: Use it on any device you want.
- Progressive Web App: Install the PWA and use it offline.
- Clone the project to your local machine:
git clone https://github.com/kaklewski/kalkdoktor
- Navigate to the project directory:
cd kalkdoktor
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Build the dist:
npm run build
- Preview the build:
npm run preview