🚀 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.
- 🔍 Intuitive movie search
- ⭐ Display of popular and recommended movies
- 📄 Detailed information about each movie
- 🎭 Modern and responsive interface
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
Before starting, make sure you have installed:
-
Clone the repository
git clone https://github.com/renatarsilva/cineFind.git cd cineFind
-
Install dependencies
npm install
-
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.
- Create a
-
Run the project
npm run dev
The project will be running at
http://localhost:5173
.
Contributions are welcome! Feel free to open issues and submit pull requests.
- Fork the project
- Create a branch (
git checkout -b feature/new-feature
) - Commit your changes (
git commit -m 'Adding new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Open a Pull Request
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! 🚀🎬