This project is the second capstone project from Microverse. We created a webapp for movies enthusiast so they can search and find their favorite movies. The project uses OMDb API to get info about movies, and 'involvment' API to Send & get likes and comments.
- Homepage
- Movie popup
- HTML/CSS
- JavaScript(ES6)
- Webpack
- OMDbAPI and Involvment API
You need to have a browser and this tools installed:
- Git
- NodeJS
To get a local copy up and running follow these simple example steps:
$ git clone git@github.com:jssol/api-based-webapp.git
$ cd api-based-webapp
$ npm i
$ npm start
To build a version of the website under Development mode:
$ npm run dev
To build the production version:
$ npm run build
To run tests in terminal use:
npm test
To deploy the project to Githubpages run:
npm run deploy
👤 Jonathan Sivahera
- GitHub: @jssol
- Twitter: @jsivahera
- LinkedIn: jsivahera
👤 Ismail Courr
- GitHub: @ismailco
- Twitter: @ismailcourr
- LinkedIn: Ismail Courr
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project uses the OMDb API.
This project is AGPL-3.0 licensed.