A react redux application where you can search and add movies to your list
-
NodeJS
-
npm
-
ReactJS
- Make a directory
mkdir new-react-project
cd new-react-project
- Clone the Repository
git clone https://github.com/ayans101/react-movie-app.git
- Change directory
cd react-movie-app
- Install dependencies
npm i
- Launch the app
npm start