FlickStream is a React-based web application that allows users to browse, search, and manage their favorite movies. It features a responsive UI, movie cards, and a favorites system for personalized movie tracking.
Check out the live app here: (https://flickstream.vercel.app/)
This project uses TMDb API to fetch popular movie data like titles, posters, and descriptions.
Documentation: TMDb Get Popular Movies
- React.js
- JavaScript (ES6+)
- Context API for state management
- TMDb API for movie data
- Vercel for hosting
- VS Code for development
- Browse popular movies with posters and descriptions
- Search movies by name
- Add or remove movies from favorites
- Responsive design for desktop and mobile
- Reusable components for easy scalability
- Clone the repo:
git clone https://github.com/PVSCH/FlickStream.git
2.Install dependencies: npm install
3.Run the app: npm start
Browse movies on the homepage Click the “Add to Favorites” button to save your favorite movies View favorites in the favorites section
#Contributing
Contributions are welcome! Please fork the repo and submit a pull request.