Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukman155/rosto
A Recipe book for all sorts of meat.
https://github.com/lukman155/rosto
Last synced: 21 days ago
JSON representation
A Recipe book for all sorts of meat.
- Host: GitHub
- URL: https://github.com/lukman155/rosto
- Owner: lukman155
- License: other
- Created: 2022-11-21T13:35:14.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-20T13:34:57.000Z (almost 2 years ago)
- Last Synced: 2023-05-06T20:20:46.646Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 758 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> In this project, a website for Meals is being build. The external API used for showing Meals and its details is [MealsDB API](https://www.themealdb.com/api.php). The webapp have 2 user interfaces.
- A home page showing a list of meals items that you can "like."
- A popup window with more data about the meal that you can use to comment on it.## 🛠 Built With
- HTML
- CSS
- Javascript
- Webpack
- APIs
- JestWebpack
Jest
- **Develop webapp around an API**
- **Conduct test to ensure all edge cases are covered**
- **Create web page using given wireframe**
- **Users can filter amount of movies displayed**
- [Live Demo Link](https://lukman155.github.io/Rosto/dist/)
## 🚀 Project Details
- [Kanban Board](https://github.com/lukman155/Rosto/projects/1)
- Team
- [Ahmed Mohsen](https://github.com/AhmedMohsen600)
- [Lukman](https://github.com/lukman155)
## 🚀 Pull Request
[Lukman](https://github.com/lukman155/Rosto/pull/29)
[Ahmed](https://github.com/lukman155/Rosto/pull/25)
To get a local copy up and running follow these simple example steps.
## Clone Git Repository
-Reach to following Github URL:
```
https://github.com/lukman155/Rosto.git
```
-Copy the URL.
-In Visual Studio Code "Terminal" change the current working directory to the location where you want the cloned directory.
-Type git clone in the terminal, paste the URL you copied earlier, and press "enter" to create your local clone.
```
$ git clone https://github.com/lukman155/Rosto.git
```
# Install Dependencies(with following Command)
- npm install
# Build webpack
- run command
```
npm run build
```
## Start server
```
npm start
```
In order to run this project you need:
- [x] Basic Knowledge of **HTML**, **CSS**, & **JavaScript**.
- [x] Basic knowledge of **ES6** syntax.
- [x] Basic knowledge of **Git**, **GitHub** &**Gitflow**.
- [x] Basic knowledge of **Linters**.
- [x] Basic knowledge of **Webpack**.
- [x] Basic knowledge of **Jest** unit-testing library.
- [x] Basic knowledge of **VS Code** or any other code-editors.
### Setup
Clone this repository to your desired folder:
_cd PATH_
_git clone https://github.com/lukman155/Rosto.git
_cd Rosto
_npm install_
_npm run build_
_npm start_
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
You can deploy this project using:
```sh
npm start
```
👤 **Ahmed Mohsen**
- GitHub: [@Ahmed Mohsen](https://github.com/AhmedMohsen600)
- LinkedIn: [@Ahmed Mohsen](https://www.linkedin.com/in/ahmed-mohsen-bb75b2194/)
👤 **Lukman**
- GitHub: [@Lukman](https://github.com/lukman155)
- LinkedIn: [@Lukman](https://github.com/lukman155)
- [ ] **Implement additional home pages, one page per category of movies**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Zainab-Alzubair/the-meal/issues).
Give a ⭐️ if you like this project!
- Thanks to [Microverse](https://www.microverse.org/) for giving this opportunity to learn ...
- Code Reviewers & Coding Partners.
- Hat tip to anyone whose code was used.
- **How to generate a new key for the API?**
- Open VScode and generate a key by using the following command
```
curl -X POST https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/
```
This project is [MIT](./LICENSE) licensed.