A modern movie browsing and search platform built with React and Vite, using the TMDB API proxy server built using Node.js to display movies, genres, and related details. Users can search for movies, view details, and explore popular films across different categories.
Check out the live demo: MovieSphere
- 🔍 Search Movies: Search for movies by title and get real-time results.
- 🎞️ Browse by Categories: Explore movies by popular categories.
- 📜 Movie Details: Detailed information about each movie, including overview, ratings, and more.
- 🍿 Responsive Design: Optimized for both desktop and mobile views.
- 🎨 Animated Transitions: Smooth and modern animations powered by Framer Motion.
-
Clone the repository:
git clone https://github.com/Chinmay2660/api-moviesphere.git
-
Navigate to the project directory:
cd api-moviesphere
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- Node.js: JavaScript runtime for building server-side applications.
- Express.js: Web framework for building APIs with Node.js.
- Axios: HTTP client for making API requests.
Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). .env
should haveACCESS_TOKEN
,API_KEY
, andBASE_URL
from here.- Open a pull request.