Skip to content

Website to keep to-watch lists, comment, rate and find popular movies and shows.

Notifications You must be signed in to change notification settings

Ale-Coeto/movie-tracker

Repository files navigation

Movie and show tracker

Web app to keep track and search for trending shows and movies, make a watch list, rate content and keep discussion groups with friends and the community.

Features

Authentication

User login and registration with Next-Auth and Google OAuth API.

Dashboard

Top ten trending and popular tv shows and movies fetched from The MovieDB API.

Explore

Section to search for any movie or show title, showing other possible or related options.

Discussions

Space for group discussions to comment about or rate movies and shows. Users can see and comment in the general discussion (available to all users), create a new one, or join an existing one through a code.

Tools

Built with:

Deployed with Vercel

Structure

├─ prisma
│   └─ schema.prisma
│
├─ public
│
└─ src/app
    ├─ (main)
    │
    ├─ (pages)
    │   ├─ dashboard
    │   ├─ explore
    │   ├─ discussions
    │   └─ (lists)
    │         ├─ show-list
    │         └─ movie-list
    │
    ├─ components
    │
    ├─ api
    │   └─ routes
    │    
    └─ utils
        ├─ actions
        ├─ context
        ├─ hooks
        └─ libs

Check it out

https://movies-and-series-tracker.vercel.app/

About

Website to keep to-watch lists, comment, rate and find popular movies and shows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages