Skip to content

This a netflix like app built with JavaScript and LocalStorage that let users view movies, series or tv shows. After watching they can choose to like the movies and also leave a comment on the same. The movies are rendered from an API.

Notifications You must be signed in to change notification settings

tingamapuro04/Movie-Maze

Repository files navigation

MovieMaze Application

This is a Microverse project that entails a movie website where a user can add a like to a movie and or comment as well.

Preview

Built With

  • HTML
  • CSS
  • Javascript
  • Jest
  • Webpack
  • VS code

Live Demo

Live Demo Link

Getting Started

  • Inorder to be able to set this up locally and eventually run it, follow the steps;

  • Open your Gitbash or your code editor's terminal and run the command git clone [email protected]:tingamapuro04/JavaScript-KanBan-Project.git

  • Then you can pull the work from github to ur local machine using the git pull command.

  • run npm install to install all dependencies used in the project

  • run npm start to start the application on the browser.

Test unit

  • Install jest using the command $ npm install --save-dev jest
  • You can check for more information here jest version
  • Add this to package.json :
    • "scripts": {
      • "test": "jest"
    • }
  • run npm test

Authors

👤 Author

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

This a netflix like app built with JavaScript and LocalStorage that let users view movies, series or tv shows. After watching they can choose to like the movies and also leave a comment on the same. The movies are rendered from an API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published