Yonashenok / Recipe-app

Recipe App keeps track of all your recipes and ingredients. 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
https://recipe-app-1wn6.onrender.com
MIT License
0 stars 0 forks source link

Recipe App

πŸ“— Table of Contents

πŸ“– Recipe App

Recipe App keeps track of all your recipes and ingredients. 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.

πŸ›  Built With

Tech Stack

Ruby on rails

Key Features

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

Code Editor (Vs Code)

Terminal

Install ruby on your computer

Install rails on your compute

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Yonashenok/Recipe-app.git

  cd Recipe-app

Install

Install this project with:

 bundle install

Usage

To run the project, execute the following command:

  rails server
  or
  rails s

Run tests

To run tests on linters, run the following command:

  npx stylelint "**/*.{css,scss}"
  rubocop

To run test coverages, run the following command:

  rspec spec

(back to top)

πŸ‘€ Author

πŸ‘€ Yonas Henok

πŸ‘€ Tchasinga jacques

(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 give it a Start ⭐️.

(back to top)

πŸ™ Acknowledgments

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)