An App that uses an external APIs to show meals from around the world.
This website displays recipes meals using APIs to retrieve details from a DataBase and also implements features like adding a functional Like button for every item and a section for adding a new comment. All these through an external API to send and receive data.
- HTML
- CSS
- JavaScript
- WebPack
- Bootstrap
- Aos Animate Library
- The Meal DB API
- Ivolvement API
To get a local copy up and running follow these simple steps.
- Have git correctly installed.
- Have NPM and NodeJs correctly installed.
- Open a terminal window where you want to have installed a copy of the repository.
- Use this command to clone the repo:
$ git clone [email protected]:LuiSalas94/javascript-capstone-project.git
- Install the required dependencies:
$ npm install
- Run:
$ npm start
- Build:
$ npm run build
- Testing:
$ npm test
- Edit the content as you like.
👤 Kenny Salazar
- GitHub: @helio3197
- Twitter: @kennysalazar31
- LinkedIn: LinkedIn
👤 Fernando Salas
- GitHub: @LuisSalas94
- Twitter: @FernandoSalasD4
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Microverse for the guidelines.
This project is MIT licensed.