felixDev22 / Moviemax-App

Js Capstone Project - This is a MovieMax app that sends and receives data from an API and populates data on the browser. It also allows you to add comments or likes to a movie. The app has implemented ES6 modules, callbacks, and promises, webpack, used AAA pattern for unit tests, and gitflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

MovieMax App

πŸ“— Table of Contents

πŸ“– Javascript Capstone Project (Movie App)

Js Capstone Project - This is a MovieMax app that sends and receives data from an API and populates data on the browser. It also allows you to add comments or likes to a movie. The app has implemented ES6 modules, callbacks, and promises, webpack, used AAA pattern for unit tests, and gitflow.

πŸ‘Œ Kanban Template

  • Our Kanban template can be found here.

πŸŽ‰ Zoom Video

πŸ›  Built With HTML, CSS, & Javascript

  • It has implemented Js Dynamic function to take data

Tech Stack

Client

Key Features

  • Clean and interactive
  • Adding new comments
  • Adding new likes

(back to top)

πŸš€ Live Demo

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

  • Create a local directory where you can clone the project.
  • Clone the project into your repository
  • Install the dependencies
  • Open the project on a browser

Prerequisites

In order to run this project you need:

  • Git and GitHub
  • A code editor
  • Nodejs
  • A browser

Clone

Clone this repository to your desired folder:

  mkdir my-game
  cd my-game
  git clone https://leehaney254.github/Movies-App

Install

Run npm install to install all dependencies required to run the project.

  cd Movies-App
  npm install

Usage

To run the project, execute the following command:

 npm start
 This starts the development server on port: 8080

(back to top)

πŸ‘₯ Authors

πŸ‘€ Felix Nyamai

πŸ‘€ Leehaney George

(back to top)

πŸ”­ Future Features

  • Improve the UI
  • Make it mobile friendly

(back to top)

πŸ™ Acknowledgments

Microverse learning experience

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give a star...

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Js Capstone Project - This is a MovieMax app that sends and receives data from an API and populates data on the browser. It also allows you to add comments or likes to a movie. The app has implemented ES6 modules, callbacks, and promises, webpack, used AAA pattern for unit tests, and gitflow.

License:MIT License