This is a demo project illustrating a movie app. The app list out the movies that one can comment on it and like it. It loads diffrent movies eaach time the user reloads the page.

This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don’t apply. For example: delete the testing section if the currect project doesn’t require testing.
To get a local copy up and running follow these simple example steps.
git clone https://github.com/Alabi12/capstone-project-JavaScript.git
cd capstone-project-JavaScript
npm install
For making any changes to the project the clone the project-
Folder Structure
__tests__
dist
src
css
style.css //Responsible for all the stylings
module
__mocks__
comments.js //jest mocks
loadApijs //jest mocks
checkForLikes.js
comments.js
getLikes.js
getMovieDetails.js
liked.js
loadApijs
postComment.js
index.html //main HTML File
index.js //main js File
webpack.config.js
package.json
babel.config.js
If you want to work with Chrome Developer Tools, simply run the HTML document in Google Chrome and right-click the HTML element you want to inspect. Click on “Inspect” and you will have the tools to run, analyze, and even debug the code.
If you like to deploy the website to the github pages please follow the link here.
👤 Robert Alabi
LinkedIn: LinkedIn
Fuad Nabiyev
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!