Experience the ultimate cinematic journey with Cinema Vibes. Get hooked on our expertly curated movie and TV show recommendations, featuring similar titles, captivating summaries, and thrilling trailers. Find your new favorite film or series and vibe with the community of movie lovers!
Preview the live site at: https://cinema-vibes.vercel.app/
Preview the live site at: https://cinema-vibes.land.app/
To run Cinema Vibes, follow these steps:
- Go to The Movie Database (TMDB) and create an account.
- Generate an API key by following TMDB's instructions.
- Copy the API key.
- Create a new file named
.env
in the root directory of this project. - Paste the API key into the
.env
file with the following format: bash TMDB_API_KEY=YOUR_API_KEY_HERE
Replace YOUR_API_KEY_HERE
with the actual API key.
Step 3: Install and Run
- Run
npm install
to install dependencies. - Run
npm dev
to start the application.
Features
- Expertly curated movie and recommendations
- Similar titles and captivating summaries
- Thrilling trailers
- Community discussion forum
Contributing
Contributions are welcome! Please submit a pull request with your changes.
version 2 is coming soon and will be based on React.js plus user authentication.