Skip to content

renatarsilva/cineFind

Repository files navigation

🎬 CineFind

🚀 CineFind is an application that helps you find and explore movies quickly and intuitively. With a modern interface and advanced features, you can search thousands of movies, view details, and choose your favorites effortlessly.

📌 Features

  • 🔍 Intuitive movie search
  • ⭐ Display of popular and recommended movies
  • 📄 Detailed information about each movie
  • 🎭 Modern and responsive interface

🛠️ Technologies Used

CineFind was built using the following technologies:

  • React.js ⚛️ - Framework for building the user interface
  • Vite ⚡ - Fast development environment
  • Tailwind CSS 🎨 - Modern and efficient styling
  • TMDb API 🎥 - Movie data source
  • React Router 🛤️ - Application routing management

🚀 How to Run the Project

📌 Prerequisites

Before starting, make sure you have installed:

📥 Step-by-Step Guide

  1. Clone the repository

    git clone https://github.com/renatarsilva/cineFind.git
    cd cineFind
  2. Install dependencies

    npm install
  3. Set up the TMDb API Key

    • Create a .env file in the project root and add:
      VITE_TMDB_API_KEY=YOUR_API_KEY_HERE
    • Replace "YOUR_API_KEY_HERE" with your The Movie Database (TMDb) API key.
  4. Run the project

    npm run dev

    The project will be running at http://localhost:5173.

🤝 Contributing

Contributions are welcome! Feel free to open issues and submit pull requests.

  1. Fork the project
  2. Create a branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -m 'Adding new feature')
  4. Push to the branch (git push origin feature/new-feature)
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License. For more details, check the LICENSE file.


Let me know if you need any adjustments or additional details! 🚀🎬

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published