Skip to content

Meesaajay/Task1-User-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Task 1 - Secure User Authentication

This task is about creating a simple login user interface using React.

The login page has a typewriter effect at the top where it shows the text "Welcome Back!" one letter at a time. Below that, there's a form with email and password fields.

After the user enters the email and password and clicks login, the data is sent to the backend using an API call. If the login is successful, a popup appears saying "Login successful."

The background has a smooth gradient color which gives a clean and modern look. The whole UI is centered both vertically and horizontally.

At the bottom of the login box, there is a small watermark text that says "Made by Ajay" to show ownership of the design.

This completes Task 1.

Features

  • Sliding login/signup UI using HTML, CSS, and JavaScript
  • Front-end and back-end built with the MERN stack
  • User data stored securely in MongoDB
  • Form validation and authentication logic with Node.js & Express

What I Learned

  • How authentication works using sessions and databases
  • How to structure a MERN project
  • How to build smooth UI transitions for better user experience

Tech Stack

  • MongoDB
  • Express.js
  • React (or HTML/CSS/JS if not using React)
  • Node.js

Releases

No releases published

Packages

No packages published