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

Latest commit

 

History

History
34 lines (19 loc) · 883 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 883 Bytes

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