mariart-dev / user-authentication-form

User authentication system in JavaScript/HTML featuring registration and login forms. Data is stored in localStorage without the need for an external database. πŸ‘

Home Page:https://user-project-form.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Authentication System

This project is a user authentication system. It enables users to register and subsequently log in to the system.

Images

Registration Page

Register Page

Login Page

Login Page

Colors

Colors

Technologies Used

  • HTML
  • CSS (Tailwind CSS)
  • JavaScript
  • LocalStorage

Table of Contents

Description

The user authentication system provides an interface for users to register in the system by providing a username, email address, and password. After registration, users can log in with their credentials and access protected system features.

Installation

  1. Clone this repository to your local machine.
  2. Ensure you have Node.js and npm installed.
  3. Install project dependencies by running npm install.
  4. Start the server by running npm start.

Usage

Once the server is running, you can access the registration page (Register.html) to create a new user account. After registering, you can log in on the login page (Login.html) with your credentials.

Contribution

Contributions are welcome! If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a branch for your new feature (git checkout -b feature/new-feature).
  3. Make your changes and commit (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

User authentication system in JavaScript/HTML featuring registration and login forms. Data is stored in localStorage without the need for an external database. πŸ‘

https://user-project-form.web.app


Languages

Language:HTML 46.6%Language:JavaScript 38.9%Language:CSS 14.5%