Skip to content

Nyame-Wolf/movies-app

 
 

Repository files navigation

MovieFlix App

In this project, we created a movie app to rate and comment your favorite movies, as part of the Javascript Capstone project, of the module 2 of Microverse. It consumes the tvmaze Api to list shows. It has a comment popup which displays the show summary, image, number of comments and the comments, as well as a form to add more comments. It also displays the number of shows displayed, as well as the number of likes a show has received. The comment popup and the likes use the involvement api provided by Microverse.

Built With

  • HTML
  • CSS
  • Javascript
  • Webpack
  • Jest for testing

Live Demo

Live Demo Link

Prerequisites

  • vscode or any ide
  • Terminal
  • Node

Setup

Install

  • ~$ npm install ->to install all the dependencies

Usage

  • ~$ npm run build ->to get the dist folder. please note it has been added to the gitignore file.
  • ~$ npm start ->to run the live version locally
  • ~$ code . ->to open the project on vscode editor

Run tests

  • ~$ npm test to run tests created using jest.

Deployment

  • Github pages. Click on live for a live demo.

Authors

👤 Romina Patiño

👤 Mumenya Nyamu

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%