Skip to content

saroyar123/todo_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Frontend part of the To-Do-List application

Routes

path="/" element={isAuth ? <User /> : <Login />} 
path="/register" element={isAuth ? <User /> : <Register />} 

Management of State

For management of the state in this web application, I use Redux.

Store:
user: user, // for authentication of user
loadUser: loadUser, //for managing all data of the user
userMethod: userMethod, //collect all response from backend 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published