#movie search application(React)
#Features
Browse movies by title, or search.
View detailed movie information like runtimes, ratings, genre, year
Application that let’s you search for movies and TV shows and also let’s you add and remove them from favorites
#Technologies used
Accesses The Movie Database (Omdb) API for movie related data
Uses React
Uses Axios for data fetching, included in a custom React Hook
Uses React Router for routing
Styled with Styled Components
Uses icons from Styled Icons (FontAwesome)
#command:
npm install
npm run build
npm start