https://github.com/triple-ade/moviesite
This movie database application is built using React with Next.js and integrates with The Movie Database (TMDb) API. It allows users to search for movies, view movie details. User authentication is implemented, allowing users to sign up, log in, and authenticate their requests to the TMDb API using authentication tokens.
https://github.com/triple-ade/moviesite
Last synced: 22 days ago
JSON representation
This movie database application is built using React with Next.js and integrates with The Movie Database (TMDb) API. It allows users to search for movies, view movie details. User authentication is implemented, allowing users to sign up, log in, and authenticate their requests to the TMDb API using authentication tokens.
- Host: GitHub
- URL: https://github.com/triple-ade/moviesite
- Owner: TRIPLE-ADE
- Created: 2023-07-15T15:59:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:44:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T21:33:11.161Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://movie-site-eosin.vercel.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieSite
This movie database application is built using React with Next.js and integrates with The Movie Database (TMDb) API. It allows users to search for movies, view movie details. User authentication is implemented, allowing users to sign up, log in, and authenticate their requests to the TMDb API using authentication tokens.