Movies App is a web application where user can search for their favorite movies using The Movie database API (TMDB). Filter them by genres and add to wish list
- React
- React router
- Axios
- React Context
- CSS modules
- Swiper JS
- The Movie databse
- Search 🔎: user can search favorite movies by typing movie title.
- Adding to fav list ➕: user can add and store favorite movies in whishlist.
- Removing from fav list 🗑️: the same as adding movies user can remove them from wishlist aswell.
- Filtering 📂: user can filter movies by genre, for example comedy, action etc.
- Clone repository
- Install dependencies:
npm install
- run local web server:
npm start