/movies

Primary LanguageJavaScript

Movies

This project was bootstrapped with Create React App, using the Redux, Redux Toolkit template, and Styled Components

Overview

Single page application

  • React
  • Redux Toolkit

UI

  • Styled Components
  • Responsive design

Running the project

Clone this repository :

git clone https://github.com/LilaGuill/movies.git
cd movies

Install packages :

npm install

When installation is complete, run the project with:

npm start