ngeelani48 / TV-Series

Module 2 capstone Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

RealFlix

πŸ“— Table of Contents

About the Project

This capstone project is a movie site that shows movies from an external API https://www.tvmaze.com/. It also allows to add a like and comment to your favourite movie with the interaction from the involvement API.

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack
  • Jest
  • API

Key Features

  • Fetching Movies from the External API.
  • Adding Likes to movies.
  • Adding comments to movies.
  • Displaying likes and comments from the External API for each movie.

Live Demo

Live Demo

Getting Started

Setup

Clone this repository to your desired folder:

sh cd your-preferred-folder git clone https://github.com/Koshao-sys/TV-Series.git

Run this command to install dependencies

npm install

Run this command to build your webpack

npm run build

Run this command to run server

npm start

Run this command to run test

npm test

πŸ‘₯ Authors

πŸ‘€ Koshao Godfrey Kazungu

πŸ‘€ Muhammad Nafees

πŸ”­ Future Features

  • Searching movies by name.

🀝 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

I would like to thank Microverse for the impressive design layout!

πŸ“ License

This project is MIT licensed.

About

Module 2 capstone Project


Languages

Language:JavaScript 72.6%Language:CSS 21.9%Language:HTML 5.5%