DIABYTICS
This is an open source project, aimed to keep track of a persons diabetes tests and help them monitor it.
Tech Stack -
- ReactJS
- TaiwlindCSS
- Firebase
The project is deployed at : Diabytics
Setting Up project in local
- Clone the repo
- Install the dependencies using the below command :
npm install
- Checkout to a new branch (only if you wish to raise a Pull Request to contribute).
- Create a Firebase account so that you can add the required API keys in the
firebase-config.js
file. - Then enable the following Firebase services: "Authentication," "Firestore Database," and "Realtime Database."
- Then all you need to do is :
npm start
Note for Contributors:
You don't need to set up Firebase yourself; when you raise a PR, Netlify will generate a build preview where you can check how your change will look in the deployed version.