uprighted-learners / g3-react-chat

react-chat-aidrian created by GitHub Classroom
0 stars 1 forks source link

Auth Component #32

Closed simpsbri closed 8 months ago

simpsbri commented 8 months ago

This component should allow the user to register and signup. It will require conditional rendering to switch between both states.

It's functional end result should update the localStorage token in the browser's client. The token functionality is best put inside App.jsx so that other components can freely use it as well.