/movies-app

React movies app

Primary LanguageJavaScript

React Movies App

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

🎥 Live demonstraion:

📸 Screenshots:

movies_page quiz_page

detail_info game_over profile_page

💻 Tech used:

• JavaScript, React, Redux Toolkit

• APIs:

⚙️ Installation:

  1. create .env and fill it in:
cp .env.example .env
  1. install all dependencies:
yarn install
  1. start the dev process:
yarn dev