drex44 / good-food-guide

A guide to know which foods are good when you have certain disease! [Built with React/NextJs]
https://good-food-guide.now.sh
MIT License
48 stars 38 forks source link
css hacktoberfest html javascript material-ui nextjs reactjs

Good Food Guide :tada::tada::smile:

Greenkeeper badge

A guide to know which foods are good when you are suffering from a certain disease!

Background

Free-code-camp/contributor-to-an-open-source-project-maintainer-article

It started when the Hacktoberfest '18 was announced with the vision to make a productive Hacktoberfest.

If you like this repo then show your support,

:star: this repo

Technology Stack

Frontend

Backend

For information on packages used, checkout the package.json in api and www.

Contributing

We use monorepo structure to host code. This repository is open to all forms of suggestions. so wear your thinking hat and let the hacking begin.

For more, check out the Contributing.md

Continuous Deployments

The website will be auto deployed from the master branch so if your pull request is merged, you can check it out here!

This CD will break now as project structure has changed a lot! https://good-food-guide.netlify.com

soon it will be changed to, https://good-food-guide.now.sh

Quick Start for contributing

  1. Clone the project

  2. Navigate to your new project:

$ cd good-food-guide/www
  1. Install all dependencies:
$ yarn
# or
$ npm install
  1. Start the dev server and edit some code!
$ yarn dev
# or
$ npm run dev

Important Links :pencil2:

Here are some links for grasping the code & further procedure. May the force be with you! and Happy coding!

  1. Learn React
  2. Learn NextJs
  3. Material UI Docs
  4. Learn how to make pull request
  5. Learn how to fork a repository

License

This repository is licensed under the MIT license. See LICENSE for details.