CillyScreen is a movie browsing application built with React and Tailwind CSS. The application allows users to explore now playing, popular, top-rated, and upcoming movies, with features like watching trailers, search and dark mode.
- Now Playing: Browse movies currently playing in theaters.
- Popular: Discover popular movies among viewers.
- Top Rated: Explore the top-rated movies of all time.
- Upcoming: Check out the movies that will be released soon.
- Search: Search for movies by title.
- Dark Mode: Toggle between light and dark themes for better user experience.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- TMDB API: Fetch movie data from The Movie Database (TMDB) API.
- Clone the repository:
git clone https://github.com/devwithsmile/CillyScreen.git cd CillyScreen