A web application for creating your own watchlist built using react
my-watchlist
my-watchlist is a web application for creating your own watchlist. The website tracks your created watchlist, so that you can comeback anytime and pick from where you left.
Live Demo: my-watchlist
Features of the app:
- You can search any movies/search of your choice in the app and add it directly to your watchlist. omdbapi is used for implementing the same.
- You can add to your watchlist and come back later. It’ll still persist(for 365 days). For the storage, Cookies is used.