https://github.com/leeoasis/movies-api
movies api is about building your own web application based on an external API. This project uses the tvmaze api to provide information about movies.
https://github.com/leeoasis/movies-api
api-rest javascript modules webpack
Last synced: 2 months ago
JSON representation
movies api is about building your own web application based on an external API. This project uses the tvmaze api to provide information about movies.
- Host: GitHub
- URL: https://github.com/leeoasis/movies-api
- Owner: Leeoasis
- License: mit
- Created: 2023-03-13T13:06:22.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-09-15T15:09:28.000Z (almost 3 years ago)
- Last Synced: 2025-10-23T09:59:10.563Z (8 months ago)
- Topics: api-rest, javascript, modules, webpack
- Language: HTML
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
JavaScript Group Capstone
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 JavaScript Capstone ](#-javascript-capstone-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Project documentation ](#-project-documentation-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)
# 📖 JavaScript Capstone
**movies api** The movies api capstone project is about building your own web application based on an external API. This project uses the tvmaze api to provide information about movies.
Client
- HTML
- Javascript
- CSS
- **A home page showing a list of items that you can "like."**
- **A popup window with more data about an item**
- **A comment section where a user can see previous comments or comment on the selected item**
-[Project walkthrough]()
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A [browser](https://www.google.com/search?q=what+is+a+browser&oq=what+is+a+browser&aqs=chrome..69i57.2748j0j1&sourceid=chrome&ie=UTF-8) of your choice
- That you have set up Git on you desired computer
### Setup
Clone this repository to your desired folder:
```sh
cd your-desired-folder
git clone "https://github.com/Leeoasis/JavaScript-Group-Capstone.git"
```
### Install
Install this project dependencies with:
```sh
npm install
```
### Run tests
To run tests to check the lint errors, run the following command:
```sh
npx eslint . --fix
```
To run unit tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using:
```sh
GitHub Pages
```
👤 **Author1**
- GitHub: [Leslie](https://github.com/Leeoasis)
👤 **Author2**
- GitHub: [Isman](https://github.com/ismailmunyentwari9)
- [ ] Add tasks that were for the student C.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Leeoasis/JavaScript-Group-Capstone/issues).
If you like this project...
This project is [MIT](./LICENSE.md) licensed.