A React Web Application bootstrapped with create-react-app
.
- ๐ Utilizing TheMovieDB API for data.
- ๐ Redux for state management.
- ๐ React Router for client side navigation.
- ๐ง Wretch as a substitute for the Fetch API.
Check it out here:
Clone:
git clone https://github.com/PaulySim/ReactiveMovies.git
Upon cloning run:
npm install
or
yarn
๐ ๐ Enjoy with
npm start
or
yarn start