TheOpenInnovator / Zen-Note

Zen Note, a customized Journal web application for users to note-down their thoughts on a daily basis and share with others or download them in a beautiful format.
https://theopeninnovator.github.io/Zen-Note/
MIT License
7 stars 16 forks source link

[FEAT] #14 added feature of user login and signup #16

Closed Vinayyy19 closed 1 month ago

Vinayyy19 commented 1 month ago

Description

This PR introduces a basic user authentication system for the Zen Note application. It includes features for user signup and login using HTML forms and JavaScript.

Changes Made

File Changes

How to Test

  1. Open signup.html in a browser.
  2. Fill out the signup form with valid data and submit.
  3. After signup, you should see an alert confirming the signup, and you will be redirected to login.html.
  4. On login.html, enter the registered email and password to log in.
  5. If the credentials are correct, you will be redirected to welcome.html. Otherwise, an alert will show that the email or password is invalid.
  6. Test the dark/light mode toggle to ensure it switches correctly between themes.

Additional Notes

Screenshots

Login page image

Signup page image

Vinayyy19 commented 1 month ago

@TheOpenInnovator have you checked it ?