Skip to content

DevTGhosh/redux-toolkit-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Toolkit Example

This app was created to showcase Redux Toolkit at React Online Meetup.

Slide

How to use this App

The master branch is site with Redux & Exercise. You can try the exercise on CodeSandbox

The answer branch is the solution to the checkbox exercise.

The base branch is the site without ay of the Redux functionality. Try recreating the redux functionality on CodeSandbox

How to run this App

  • Install git
  • Install node version 12.18 and npm
  • Clone the git repo git clone https://github.com/DevTGhosh/redux-toolkit-example
  • Run npm install to download the necessary node modules
  • Run npm run start
  • View the App in your browser at localhost:3000