Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/duncanbrewster/movie-app
- Owner: DuncanBrewster
- Created: 2021-11-23T23:38:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T23:46:36.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T10:26:13.511Z (5 months ago)
- Topics: api, css, react, reacthooks
- Language: JavaScript
- Homepage: https://duncan-movie-app.netlify.app/
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).