edahigure / Recipe-app

MIT License
0 stars 0 forks source link

Recipe App

πŸ“— Table of Contents

πŸ“– 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.

live version

online version

πŸ›  Built With

Ruby on Rails

Tech Stack

Client

Key Features

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Clone Setup

Clone this repository to your desired folder:

  git clone https://github.com/edahigure/blog-app.git

To install the necessary dependencies, you should run:

bundler install

πŸ€– Available Scripts

In the project directory, you can run:

rubocop -A

To fix all Linter error automatically

Run the tests

rspec spec

Usage

To run the project, execute the following command:

  rails server

and put the url of your localhost

(back to top)

πŸ‘₯ Author

πŸ‘€ Juan Zorrilla

πŸ‘€ Edahi Antonio GutiΓ©rrez Reyes

(back to top)

πŸ”­ Future Features

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please let us know

(back to top)

πŸ™ Acknowledgments

Thanks to microverse to asign us the homework

(back to top)

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)