Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.09 KB

Movies App

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

Technologies used in the project

  • React
  • React router
  • Axios
  • React Context
  • CSS modules
  • Swiper JS
  • The Movie databse

Features

  • 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.

Screenshots

image image image

Setup

  1. Clone repository
  2. Install dependencies: npm install
  3. run local web server: npm start