Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

azashi/context-reducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context Reducer Project

This project implements useContext and useReducer hooks for global auth state of user.
Routes are protected for private pages and login details are stored in localStorage for persistence.

Deployed at

https://azashi.github.io/context-reducer/

App Image

demo

Available Scripts

In the project directory, you can run:

npm i

Installs all the necessary dependencies.

npm start

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

npm run build

Builds the app for production to the build folder.

License

MIT License


About

React app with useContext and useReducer for global auth state

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published