Skip to content

Latest commit

 

History

History
156 lines (98 loc) · 4.65 KB

README.md

File metadata and controls

156 lines (98 loc) · 4.65 KB

Blog App

Project View Screenshots
recipeapp

📗 Table of Contents

📖 [Recipe App]

The 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

Key Features

  • A login page.
  • A registration page.
  • A food list (with all CRUD implementation, except for 'update').
  • A recipes list (with all CRUD implementation, except for 'update').
  • A general shopping list view (all missing food for all your recipes and total price).
  • A list of all public recipes from other users with their names and total prices.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • A browser of you choice.
  • A text editor of your choice.
  • Install ruby gem and depencies on your local system
  • Install Postgresql

Setup

Clone this repository to your desired folder:

Usage

-bundle install

  • rails s

Run tests

  • Run the following script and style test:

(back to top)

👥 Authors

👤 Christian Momo

👤 Salomon Tshobobwa

(back to top)

🔭 Future Features

  • [Deploy]

(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, give it a star and share it.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse and coding partner.

(back to top)

❓ FAQ (OPTIONAL)

  • How to make it mobile friendly?

    • Put a viewport tag in the header
  • How to design the site?

    • Draw a mockup before start to code

(back to top)

📝 License

This project is MIT licensed.

(back to top)