Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 552 Bytes

mojakrew

mojakrew is a straightforward app that allows you to store your blood tests made in various facilities that usually have their own website for your blood tests which can be a problem after some time to have it organized properly.

Running the app

To run the app clone the repository, install dependencies and run the app locally using:

npm start

Features to add in the future

  • Improve UI ✅
  • Authentication ✅
  • Storing tests in a database, possibliy Firebase Firestore (tests are currently stored in the local storage) ✅