A React-based movie timeline organizer inspired by Back to the Future's time circuits. Create custom watchlists and track your movie-watching progress.
- Custom Timelines - Create and manage multiple movie collections
- Movie Search - Search movies using The Movie Database (TMDb) API
- Status Tracking - Organize movies by status: Want to Watch, Currently Watching, or Completed
- Progress Visualization - See your completion progress for each timeline
- Batch Operations - Select and add multiple movies at once
- React 19 + Vite
- Netlify Functions (serverless API)
- TMDb API
# Install dependencies
npm install
# Run development server
npm run dev
# Or with Netlify Functions
npm run dev:netlifyVisit http://localhost:5173 to start organizing your movies.



