/is_it_keto

Primary LanguageJavaScriptMIT LicenseMIT

An app to keep yourself accountable by simply typing in servings of food to see if it is keto friendly. Users are able to create a profile to check consumption on a chart.

Planning:

Technologies:

Contributing

  1. Note: This app will not work unless you receive the API key from the devs or add your own

  2. Fork the repository from the Github page.

  3. Clone a copy to your local machine with $ git clone git@github.com:YOUR-GITHUB-USER-NAME/is_it_keto.git

  4. Run 'npm install' to install all the packages

  5. Run 'npm run start' and in another tab 'npm run dev' to run the project on http://localhost:3000

  6. Commit your local changes by using '$ git commit -m "nice detailed message here..."'

  7. Once you've made sure all your changes work correctly and have been committed, push your local changes back to github with '$ git push -u origin master'

  8. Visit your fork on GitHub.com (https://github.com/YOUR-USER-NAME/is_it_keto) and create a pull request for your changes.

  9. Make sure your pull request describes exactly what you changed and if it relates to an open issue, reference that issue (just include the issue number in the title like this: #49)