Skip to content

GAURITYAGI1/Login-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Authentication Using JavaScript.

This repository demonstrates a simple login authentication system implemented in JavaScript. The system includes user registration, login, and session management functionalities.

Table of Contents

Introduction

This project provides a basic example of how to implement a login authentication system using JavaScript. The aim is to help beginners understand the fundamental concepts of user authentication and session management.

Features

  • User registration with username and password
  • User login with validation

Technologies Used

  • HTML
  • CSS
  • JavaScript (ES6)

Installation

  1. Clone the repository:
    git clone https://github.com/GAURITYAGI1/login-authentication-js.git
  2. Navigate to the project directory:
    cd login-authentication-js
  3. Install the dependencies:
    npm install
  4. Start the server:
    npm start

Usage

  1. Open your web browser and navigate to http://localhost:3000.
  2. Register a new user by providing a username and password.
  3. Log in using the registered username and password.

Project Structure

login-authentication-js/
│   styles.css
│   index.html
├── images/
│   ├── bg0.jpeg
├── .gitignore
└── README.md

View

Screenshot (32)

Contributing

Contributions are welcome! If you have any ideas to improve this project, please submit a pull request or open an issue.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

Contact

For any questions or feedback, please contact me at gaurityagi7524@gmail.com.


Thank you for checking out this project! I hope it helps you understand the basics of login authentication in JavaScript.

About

JS Authentication For Login and signUP

Topics

Resources

Stars

Watchers

Forks