Skip to content

Chinmay2660/api-moviesphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieSphere 🎬

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.

🚀 Demo

Check out the live demo: MovieSphere

✨ Features

  • 🔍 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.

📦 Installation

  1. Clone the repository:

    git clone https://github.com/Chinmay2660/api-moviesphere.git
  2. Navigate to the project directory:

    cd api-moviesphere
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

🛠️ Built With

  • 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.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. .env should have ACCESS_TOKEN, API_KEY, and BASE_URL from here.
  6. Open a pull request.

Releases

No releases published

Packages

No packages published