CineRate is a modern movie rating and browsing web application built with React, Tailwind CSS, and DaisyUI. The app fetches movie data from The Movie Database (TMDb) API and displays a list of movies currently playing in theaters. It offers a clean, responsive user interface where users can explore movie details such as title, overview, and images.
You can check out the live demo of the app here: CineRate Demo
Clone the repository:
git clone https://github.com/AMOHAMMEDIMRAN/CineRate.git
Install dependencies:
cd cinerate
npm install
Set up your TMDb API key:
Create a .env
file in the root directory and add your TMDb API key:
VITE_MOVIES_API_KEY=your_tmdb_api_key
Start the development server:
npm run dev
Open the app in your browser:
http://localhost:5173
This project is open-source and available under the MIT License.
Made with 💙 by AMOHAMMEDIMRAN