Skip to content

Latest commit

 

History

History
102 lines (67 loc) · 2.24 KB

README.md

File metadata and controls

102 lines (67 loc) · 2.24 KB

El Pesquero Restaurant Web App

An App that uses an external APIs to show meals from around the world.

screenshot screenshot2

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.

Built With

Live Page

Page Link
Video Link

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Have git correctly installed.
  • Have NPM and NodeJs correctly installed.

Setup

  • Open a terminal window where you want to have installed a copy of the repository.

Install

  • Use this command to clone the repo:
$ git clone git@github.com:LuiSalas94/javascript-capstone-project.git
  • Install the required dependencies:
$ npm install

Usage

  • Run:
$ npm start
  • Build:
$ npm run build
  • Testing:
$ npm test
  • Edit the content as you like.

Authors

👤 Kenny Salazar

👤 Fernando Salas

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to Microverse for the guidelines.

📝 License

This project is MIT licensed.