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
- Host: GitHub
- URL: https://github.com/anas599/tv-maze
- Owner: anas599
- License: mit
- Created: 2023-02-11T09:57:59.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-11T13:29:48.000Z (over 3 years ago)
- Last Synced: 2025-04-02T07:41:35.837Z (over 1 year ago)
- Topics: api, html-css, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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-)
> A website where you can see the list of movies, like and add your review!
> This project uses the following stack :
Client
> Here are some key features of the application :
- **Like a movie**
- **Add review**
## 🚀 Live Demo
Live Demo
## 🎥 Video
https://clipchamp.com/watch/tDM4BacggSq
> 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.
👤 **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/)
- N/A
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project star it!
I would like to thank Microverse
This project is [licensed](./LICENSE) .