The JavaScript capstone project is about building your web application based on an external API. We will select an API that provides data about a topic that we like and then build the webapp around it.!You can find project at https://amrendrakind.github.io/API-based-webapp/
- HTML
- CSS
- JavaScripts
- GitFlow
- Linters
- Webpack
- Jest
- TV Maze : This API was used for media information
- Involment API :We used this API to store and retrieve likes and comments information.
Clone Repository using
git clone git@github.com:amrendrakind/API-based-webapp.git
OR using HTTPS
git clone https://github.com/amrendrakind/API-based-webapp.git
move into project directory
cd API-based-webapp
Install Project dependancies using NPM
npm install
build with the command
npm run build
launch project locally with
npm start
run for Testing
npm test
👤 Oscar Bermudez
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Amrendra K
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse team for guidance
This project is MIT licensed.