This is an entertainment app that allows users to browse and search through a collection of movies and TV series. The data is stored locally in a data.json
file.
- Browse: Users can browse through a vast collection of movies and TV series.
- Filter: Users can filter the collection to view only movies or only TV series.
- Search: Users can search for a specific movie or TV series.
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Start the application:
npm start
The application should now be running at http://localhost:5173.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Shivam Kumar - shivambaniya12@gmail.com
Project Link: https://github.com/shivamkcode/EntertainmentApp/