Parents :

Date and time note was created$= dv.current().file.ctime
Date and time note was modified$= dv.current().file.mtime
  • Create login and signup pages
    • Create a basic form component to reuse in both of them
  • Signup functionality
    • Take user email
    • Take user password
    • Take user confirm password
    • Show password
    • send the user data to backend api
    • recieve the information from the backend about the user and then login the user automatically (send to the login route the data recieved)
    • Store the data on the client side in the state and local storage for continuous access
  • Login Functionality
    • Take user email
    • Take user password
    • Send it to the backend api
    • recieve user information from backend as response
    • store data on client side in state and local storage for continuous actions

References

Related

References