Skip to content

kbiits/react-redux-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Login App with React Redux

This website is built with react and redux. The main purpose of this project is to learn how to use redux as state management for react app. The website only contains 2 pages which are Login Page and Home Page.

Flow of the website is when you submit the login form, the app will dispatch the Login Action and the Login Reducer will generate the new state and save it in the store. And if the logout button clicked, the app will dispatch the Logout Action and the Logout Reducer will generate the new state or more specifically the Logout Reducer just make the state which created by Login Reducer to be null

  • Login Page

  • Home Page

About

Simple React Project using Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages