Skip to content

rmiyoyo/Restaurant-System

Repository files navigation

Meals

logo

Restaurant Management System

📗 Table of Contents

📖 Meals Project

Restaurant Management System displays a number of recipes retrieved from the TheMealDB. A user can also leave likes and comments on a specific recipe. All data is preserved thanks to the external Involvement API.

🛠 Built With

Tech Stack

Client

Key Features

  • Display all recipes from the TheMealDB API.
  • Show the number of recipes in the website.
  • Like a recipe.
  • Show the number of likes on a recipe.
  • Leave user comments on a recipe.
  • Display the number of recipes.

(back to top)

🚀 Live Demo

(back to top)

📹 Video Presentation

(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 Chrome browser
  • Node
  • npm

Setup

Clone this repository to your desired folder:

cd my-folder
git clone [email protected]:rmiyoyo/Restaurant-System.git

Install

Install the prerequisites this project using:

cd Restaurant-System
npm start

Usage

To run the project:

npm install

Run tests

To run tests after setting up the linters, run the following command:

npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .

Deployment

You can deploy this project using:

  • Run index.html on your preferred browser.

(back to top)

👥 Authors

👤 Raphael Miyoyo

👥 Authors

👤 Stanley Osagie Ramos

(back to top)

🔭 Future Features

  • Deploy to a live server

(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, create a pull request or hit us up on @r_miyoyo and @sagieramos

(back to top)

🙏 Acknowledgments

  • We appreciate you for having a look at our project! 💯

(back to top)

📝 License

  • This project is MIT licensed.

(back to top)