- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Recipe App] The Recipe app 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.
- [Users can let their recipes see other]
- [They can generate the shopping list]
- [Create their own recipes]
To get a local copy up and running, follow these steps.
In order to run this project you need:
bundle installClone this repository to your desired folder:
cd blog
git clone https://github.com/MayPyone/Recipe-App.gitInstall this project with:
cd blog
bundle install
gem install --no-document rubocop -v '>= 1.0, < 2.0'
gem install rspecTo run the project, execute the following command:
ruby main.rb
or
./mainTo run tests, run the following command:
rubocop --colorrspec spec --format doc
- Project is not deployed
👤 Christopher Uduekwe
- GitHub: @chudisoft
- LinkedIn: Christopher Uduekwe
👤 May Pyone
- [Sharing the recipes]
- [Uploading the video]
- [Selling the recipes]
Contributions, issues, and feature requests are welcome!
If you like this project please show support by staring ⭐️.
- We would like to thank Microverse for accommodating us in the Full-time Software Development program
This project is MIT licensed.