Kevin-Mena / Movie-app-javascript-capstone-

This is a capstone project done to complete all things covered in module 2: Javascript and Networking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie app


πŸ“— Table of Contents

πŸ“– [Movie app]

**[Movie app] is an app that consumes apis to show a list of movies.Users can also leave comments and their insights on the app.Other than users also being able to favourite their movies, they can also have a more insights on various movie's details

πŸ›  Built With

Tech Stack

Markup
Styles
Javascript

Key Features

  • [Webpack]
  • [APIs]
  • [Javascript unit testing(Jest)]

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need: A text-editor like VS code or Sublime Editor and a github account.

Setup

Clone this repository to your desired folder:

Example commands:

  cd <desired folder to contain project>
  git git@github.com:Adholah96/javascript-capstone.git
  cd javascript-capstone

Install

Install this project with:

npm install

Usage

To run the project, execute the following command:

  • Open the terminal and execute
npm start

Run tests

  • On the terminal
npm install --save-dev jest-environment-jsdom
npm test

(back to top)

πŸ‘₯ Authors

πŸ‘€ Kevin Okoth

πŸ‘€ Heldricks Adhola

(back to top)

πŸ”­ Future Features

  • [Search functionality]
  • [Better UI design]

(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,give it a ⭐️!

(back to top)

πŸ™ Acknowledgments

Thanks to everyone whose idea and codebase was used in this project. Moreso to other Micronauts who have actively offered their support in bug fixingπŸ™

(back to top)

❓ FAQ (OPTIONAL)

N/A

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)

About

This is a capstone project done to complete all things covered in module 2: Javascript and Networking


Languages

Language:JavaScript 67.8%Language:CSS 23.8%Language:HTML 8.4%