A ReactJS application to demonstrate redux toolkit use cases as a state management library. It offers users the ability to search for movies by title, access detailed movie information, engage in movie-themed quizzes and enjoy a wide selection of movies
- OMDb API to fetch movie data
- OpendtDB API for retrieving quiz data
- Abstract API for email validity checks
- create
.env
and fill it in:
cp .env.example .env
- install all dependencies:
yarn install
- start the dev process:
yarn dev