This capstone project is designed to allow you to view movie lists and interact by liking or commenting.
It is built as a part of Microverse Web Developer Course. This is the capstone project of the second module within the scope of the course.
In this project, we created a webapp using a TVmaze API that gives data about TV series and Movies. The TVmaze API allowed us to get a list of items with a unique ID and to also get detailed information about the item. In addition to the TVmaze API, we used an Involvement API created by Microverse to record interactions on the app such as likes and comments. Using the wireframe provided, we built a header, footer, homepage and comments popup page.
Each branch on this project was created from the dev branch and they represent a card on the Kanban board. After working on each card/branch(excluding the set-up branch which we worked on together), we reviewed each other's codes and did not begin work on the next card/branch until our pull request was approved.
The JavaScript capstone project is about building your own web application based on an external API. You will select an API that provides data about a topic that you like and then build the webapp around it. The webapp will have 2 interfaces:
Clone this repo with:
git clone https://github.com/Ghiftee/Microverse-Js-capstone.git
Navigate to the folder/directory
cd Microverse-Js-capstone
On the commandline, at the project's root, run npm install
to install app dependencies
Run npm start
which will start and watch the project
Go to localhost to interact with the app
After setting this repo , open [].test.js files and test our codes,
npm test
👤 Gift Uwhubetine
👤 Tacettin Kustu
Feel free to check the issues page.
Give a ⭐️ if you like this project!