Linkedin Elestio examples Whatsapp

Redux - Change Theme by TucanoWeb with ReactJS and Redux

This project show like change style theme using the library redux toolkit.

Get Starter

Install Dependencies

In the root of the project, run the command:

npm install

Run Project

Yet in the root of the project, run the command:

npm start

List of Libraries

  "dependencies": {
    "@reduxjs/toolkit": "^1.8.3",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@testing-library/user-event": "^14.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "^8.0.2",
    "react-scripts": "5.0.1",
    "styled-components": "^6.1.1",
    "web-vitals": "^2.1.4"
  }