Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duncanbrewster/movie-app

A movie app made with React. Features include a default list of popular current movies, a search bar that allows you to search for a particular movie, ratings, and overviews with mouse over.
https://github.com/duncanbrewster/movie-app

api css react reacthooks

Last synced: 7 days ago
JSON representation

A movie app made with React. Features include a default list of popular current movies, a search bar that allows you to search for a particular movie, ratings, and overviews with mouse over.

Awesome Lists containing this project

README

        

![screencapture-duncan-movie-app-netlify-app-2022-02-03-15_09_36](https://user-images.githubusercontent.com/87501964/152444680-4a1996a4-5f56-45cd-baf4-5618997612c1.png)

# [Movie App](https://duncan-movie-app.netlify.app)

A movie app made with React that allows users to search for and read the overview of movies. This project is currently hosted on [Netlify](https://duncan-movie-app.netlify.app).

## Features
* Homescreen shows the most current popular movies
* Search bar allows the user to search for a particular movie
* Movie overviews accessible when a movie is hovered over
* Retrieves API data from [The Movie Data Base](https://www.themoviedb.org)
* Is mobile and desktop friendly

## Installation

1. Clone the repository to your computer.

```bash
git clone https://github.com/DuncanBrewster/movie-app.git
```

2. To view the project locally, navigate to the project folder and open the `index.html` file in a web browser.

## Tools

This project:

* was built with **React**.
* is styled with **CSS**.
* uses **Fetch API** for database queries.
* hosted on [Netlify](https://duncan-movie-app.netlify.app).