Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 535 Bytes

A React GUI for the OMDb API

Written from scratch in React

Live Version

screenshot

Features

  • Functional Components with React Hooks.
  • Context API for state management.
  • CSS Modules.
  • Ten star rating system.
  • Watch list.
  • User created lists.
  • Web Storage for persistence.
  • Libraries used:
    • Axios
    • Framer Motion
    • React-Icons

To do

  • Responsive Design
  • Get more than 10 movies per search with pagination.