An open API service indexing awesome lists of open source software.

https://github.com/anas599/tv-maze

The "tv maze" project is a web application built with JavaScript, HTML, and CSS and uses Webpack as its build tool. The project makes API calls to fetch movie information and allows users to add likes and comments, which are then stored back to the API. The application has the ability to retrieve this information, providing a dynamic and interactiv
https://github.com/anas599/tv-maze

api html-css javascript webpack

Last synced: 2 months ago
JSON representation

The "tv maze" project is a web application built with JavaScript, HTML, and CSS and uses Webpack as its build tool. The project makes API calls to fetch movie information and allows users to add likes and comments, which are then stored back to the API. The application has the ability to retrieve this information, providing a dynamic and interactiv

Awesome Lists containing this project

README

          


logo

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [🎬 TV-Maze ](#-tv-maze-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 🎬 TV-Maze

> A website where you can see the list of movies, like and add your review!

## 🛠 Built With

### Tech Stack

> This project uses the following stack :

Client

### Key Features

> Here are some key features of the application :

- **Like a movie**
- **Add review**

(back to top)

## 🚀 Live Demo
Live Demo
## 🎥 Video

https://clipchamp.com/watch/tDM4BacggSq

(back to top)

## 💻 Getting Started

> Clone the repository by clicking on the 'Code' button and copy the link

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

### Prerequisites

In order to run this project you need:

npm i

### Setup

Clone this repository to your desired folder:

```sh
mkdir my-folder
cd my-folder
git clone git@github.com:hansderly/tv-maze.git
```

-

### Install

Install this project with:

### Usage

To run the project, execute the following command:
Open the index.html file in a web browser

### Run tests

To run tests, run the following command:

To run the webhint linter

```sh
npx hint .
```

To run the stylehint linter

```sh
npx stylehint "**/*.{css,scss}"
```

To run the ESLint linter

```sh
npx eslint .
```

### Deployment

You can deploy this project using:
-Go to the main folder of the project and double-click on the index.html file.

(back to top)

## 👥 Authors

👤 **Hans-Derly Rameau**

- GitHub: [@hansderly](https://github.com/hansderly)
- Twitter: [@\_hansderly](https://twitter.com/_hansderly)
- LinkedIn: [ansderly-rameau](https://linkedin.com/in/ansderly-rameau/)

👤 **ANAS ALSAMMARRAIE**

- GitHub: [@anas599](https://github.com/anas599)
- Twitter: [@anas599](https://twitter.com/anas599)
- LinkedIn: [anas1993](https://www.linkedin.com/in/anas1993/)

(back to top)

## 🔭 Future Features

- N/A

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project star it!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse

(back to top)

## 📝 License

This project is [licensed](./LICENSE) .

(back to top)