- This Web Application is based on an external API that fetches the list of meals and stores comments and likes rated by users of the web application.
To get a local copy up and running follow these simple steps.
- VIsual Studio Code.
- Open the terminal on your computer
- Navigate through directories using change directory (cd) command to where you want to clone the repository.
- Type the following command then press ENTER:
- git clone https://github.com/Aseadd/Capstone2.git
- The terminal will send to you information about your download.
- Type the following command then press ENTER:
- cd Capstone2
- Type the following lists of commands and press ENTER after each command:
- Basic Setup
- npm install --save-dev
- Open folder in VSC
- code .
- Basic Setup
- HTML/CSS & JS best practices: Correct use of tags, elements, properties and ES6 syntax.
- GitHub flow: Correct use of Branches for deployment and features development.
- Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
- Webpack: Used as a bundle to compile JavaScript modules.
- Jest: JavaScript Testing Framework.
- GitHub: @MarcoOquendoC
- Twitter: @marcooquendoc
- LinkedIn: Marco Vinicio Oquendo
- GitHub: @Aseadd
- Twitter: @AdaTsega
- LinkedIn: Addis Tsega
- Give a ⭐️ if you like this project!
- This project is MIT licensed.