second-capstone

MIT License

Stars
0
Committers
2

JS Capstone

The JavaScript capstone project is about building a web application based on an external API. image imageimage image

The JavaScript capstone project is about building a web application based on an external API. We selected an API that provides data about meals. The webapp has 2 user interfaces:

Built With

  • HTML & CSS
  • JavaScript
  • Webpack

Video Link

Video Link

Getting Started

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

Prerequisites

Setup

  1. Download or clone the repository's contents.
  2. Go to the project's root directory.
cd <project-folder>
  1. Install all the dependencies:
npm install

Install

You can either build a local production version of the project or open it directly on a server in development mode.

Build

  1. To build and open a production version of the app run the command:
npm run build
  1. Then open dist/index.html in you preferred browser.

Start Development Server

  1. To open the app in development mode on dev-server run:
npm start
  1. Then go to http://localhost:8080/ in you preferred browser.

Authors

👤 Christian Erick Contreras

👨‍💻 Jocyline Magero

🤝 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

  • Microverse
Related Projects