Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewcook/flick-finder
An app to find movies and TV shows to watch, built with Next.js, React, and GraphQL + Apollo.
https://github.com/drewcook/flick-finder
apollo graphql nextjs react themoviedb-api
Last synced: 5 days ago
JSON representation
An app to find movies and TV shows to watch, built with Next.js, React, and GraphQL + Apollo.
- Host: GitHub
- URL: https://github.com/drewcook/flick-finder
- Owner: drewcook
- Created: 2019-04-30T00:44:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T19:34:29.000Z (about 1 year ago)
- Last Synced: 2024-04-10T10:01:11.961Z (9 months ago)
- Topics: apollo, graphql, nextjs, react, themoviedb-api
- Language: JavaScript
- Homepage: https://flickfinder.drewcook.dev
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flick Finder
Flick finder helps you find event the most obscure movies for future enjoyment. Users can create an account and keep track of movies they would be interested in watching. You can search for movies by title, browse the top trending movies, add or remove movies to your watchlist, and manage your favorite movies.
## Develop
This app is built using Next.js, so it can easily be run using the built in server.
First install all dependencies: `npm install`.
To run the application locally, run the following command: `npm run dev`.
The application will spin up on a local port.
## Demo
There is a beta production app hosted at https://flickfinder.drewcook.dev/.