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.
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 insideApp.jsx
so that other components can freely use it as well.