I have developed this Movies App project for educational purposes during Techcareer.net Frontend Bootcamp
I used OMDB API in this project to fetch movie data.
- Material UI
- Redux Toolkit
- React Router
- Search for movies
- View details of movies
- Add movies to your collection of favorites
Clone this repository
git clone https://github.com/aygunbyr/movies-app-react.git
Install packages
npm install
Start React App
npm run start