An app that keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
To get a local copy up and running follow these simple example steps.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write
git clone https://github.com/GedeonTS/Blog-app.git
. - go to the repository folder in your command prompt
Blog-app
. - Open terminal in that folder run
bundle install
. - run
rails server
to start the App.
To track linter errors locally follow these steps:
Download all the dependencies run:
$ bundle install
Track CSS linter errors run:
$ npx stylelint "**/*.{css,scss}"
Track Ruby linter errors run:
$ Rubocop
👤 Author : GEDEON USHINDI
- GitHub: @GedeonTS
- Twitter: @Gedeon191
- LinkedIn: Ushindi Gedeon
👤 Author : CHIME EMELIE
- GitHub: @collinsmezie
- Twitter: @collinsmezie1
- LinkedIn: collinsmezie
Bug reports and pull requests are welcome on GitHub at https://github.com/GedeonTS/Recipe-app This project is intended to be a safe, welcoming space for collaboration, and contributors are welcome. Fill free to reach us or contact in the issue page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc