Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 490 Bytes

React CRUD with Authentication

Here in this simple project we have created an system for the user to authenticate and saved his token in localStorage which can be used for further requests

React Concepts

A lot of React Concepts are touched in this simple project.

  1. Context
  2. Routing
  3. Different Layouts for Authenticated and unAuthenticatd users.
  4. Protecting Routes.
  5. Using context to store token and user info which can be used in entire application without any prop hell.