A simple yet powerful React-based web application to search for movies and their star casts. This project showcases the fundamentals of ReactJS while integrating with a free public API for real-time movie search results.
Built as a mini-project for learning, experimentation, and fun! 🚀
- Search movies by title
- View detailed cast information
- Uses a free movie API for fetching data
- Built with ReactJS and modern practices
- Clean, responsive UI
git clone https://link-to-project📁 Navigate to the Project
-- cd box-office -- 📥 Install Dependencies -- Make sure you have Node.js installed, then run:
npm install 🚀 Start the Development Server
npm start Open your browser and visit:
http://localhost:3000
The app will automatically reload if you make changes to the code.
##📡 API Used This project uses a free movie API to fetch movies and cast information in real-time. (e.g., TVMaze API or OMDb API — specify if you'd like.)
No API key required to get started!
##👨💻 Tech Stack
ReactJS
JavaScript (ES6+)
HTML5 & CSS3
Axios (for API requests)
Public API for movie data
This project is licensed under the MIT License.
Feel free to fork the repo, raise issues, and contribute improvements. PRs are welcome!
Want to deploy this? Use free platforms like:
GitHub Pages (with some tweaks for React Router)
If you liked this project, give it a ⭐ and share it!
Let me know if you'd like:
- Deploy instructions via Netlify/Vercel
- API documentation section
- Better screenshots & badge support
Happy Coding 💻🚀