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

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.

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.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • Javascript

  • CSS

### Key Features

- **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**

(back to top)

## 🚀 Project documentation

-[Project walkthrough]()

(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 [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

```

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [Leslie](https://github.com/Leeoasis)

👤 **Author2**

- GitHub: [Isman](https://github.com/ismailmunyentwari9)

(back to top)

## 🔭 Future Features

- [ ] Add tasks that were for the student C.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Leeoasis/JavaScript-Group-Capstone/issues).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 📝 License

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

(back to top)