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