The Watchlist project is a fun project made using Vue.js that allows users to create a watchlist for movies and anime. Users can categorize their favorite movies and anime series and keep track of what they want to watch later.
The Watchlist project offers the following features:
-
Add to Watchlist: Users can add movies or anime to their watchlist by providing the title, description, and category.
-
View and Edit: Users can view their watchlist with all the added movies or anime in each category. They can also edit or remove items from the watchlist.
-
Responsive Design: The project has a responsive design, allowing users to access their watchlist from various devices such as desktops, tablets, and mobile phones.
The Watchlist project is built using the following technologies:
- Vue.js: A JavaScript framework for building user interfaces.
- localStorage: HTML5 feature used to store the watchlist data in the user's browser.
To set up and run the Watchlist project, follow these steps:
-
Clone the project repository from GitHub: https://github.com/rajmaurya-dev/watchlist.git
-
Install the project dependencies using pnpm or npm:
-
Start the development server:
-
Open your browser and access the project at
http://localhost:5173or the specified port.
The Watchlist project is a fun and interactive Vue.js application that allows users to create a watchlist for movies and anime. With its category-wise organization and user-friendly interface, users can easily manage and keep track of their favorite movies and anime series to watch later.
Feel free to explore and customize the project according to your preferences and have fun managing your watchlist!