Movie App is a web application based on an external API(TVmaze DB). The webapp will have 2 user interfaces; a home page that displays the movies, number of likes and a comment button, and a comment interface that displays the comments and allows one to add a comment. The comment interface is accessed through the comment button on the homepage.
Languages
- HTML
- CSS
- Javascript
Bundler
- Webpack
Server
- Github
- Add comments to a movie
- Add likes to a movie
- Count and display the number movies on the homepage
- Count and display the number of Comments on each popup
- Search for Movies
- Add a reservation
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
git clone https://github.com/bernabasy/API-based-webapp
cd API-based-webapp
Install this project with:
npm install
To run the project in a development server, execute the following command:
npm start
To run the tests in a development server, execute the following command:
npm test
To to build for the production, execute the following command:
npm run build
You can deploy this project using Github Pages
👤 Thomas Obuya
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Bernabas Yosef
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star.
We would like to thank Microverse and our fellow micronauts.
This project is MIT licensed.