Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 570 Bytes

Readme.md

File metadata and controls

17 lines (14 loc) · 570 Bytes

Movix App

Movix is a movie database application built using React, SCSS, and redux. It uses TMDB API for fetching information about Movies and TV Shows.

Learnings -

  • React and its latest features
  • React Router DOM
  • React hooks and state management
  • Global state containers with Redux Toolkit
  • Data Fetching from Rest API with Axios
  • Creating custom hooks
  • Creating a carousel/slider without a library
  • Creating Infinite scrolling
  • Loading Skeleton while fetching data from API
  • Error handling & 404 forbidden page
  • Responsive layout with media queries