Skip to content

This is a complete outline of using redux for a Counter project to know the better understanding of it by using all the react-redux hooks

Notifications You must be signed in to change notification settings

mohindar99/Redux_Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counters Project by using React_Redux

Introduction:

This is a mini project which was build to know more about the concept of redux and its capabilities of state management in a real time project.

Functionality :

In this project we try to increment the nummber by 5 and decrement the number by 1 using the actions , store and reducers concepts along with some hooks . This project seems to be a bit lengthy as the same functionality can be achived more easier by using react state but this project gives us the clear understanding of the working of redux in real time scenarios.

Basic Requirements:

  • ReactJS
  • Redux
  • React-Redux hooks
  • Java script ES6 version

Commands used :

In order to clone the repo use the git clone command to get into your local desktop and run the project using the below command

In the project directory, you can run by using :

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

This is a complete outline of using redux for a Counter project to know the better understanding of it by using all the react-redux hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published