An open API service indexing awesome lists of open source software.

https://github.com/vedhatech002/login-and-register


https://github.com/vedhatech002/login-and-register

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Login History web App

> Task: The concept is, to create a signup and login, once you are logged in, it must show all the login history as well as the IP address.

## Project Description

I've implemented a basic login and registration system by utilizing fundamental JavaScript concepts such as FormData, localStorage, and sessionStorage. The system includes user authentication for login. Upon successful login, it displays historical login information, including the user's IP address, login date, and time. Additionally, I've incorporated a logout feature using sessionStorage.

## Javascript Challenge

This challenge is part of free internship (Fullstack Engineer) offered by [CyberDude Networks Pvt. Ltd.](https://cyberdudenetworks.com) You can find all the source code and live links below.

## Technologies used


  1. HTML5

  2. TailwindCSS

  3. JavaScript

  4. Just validate(plugin)

## Features

- register
- login
- logout
- end to end Authentication

## screenshots

##### Login Page

![image](./screenshot/login.png)

##### Register Page

![image](./screenshot/register.png)

##### Index page

![image](./screenshot/index.png)

## Live Link

You can watch the live site Here

## Contribute

#### Fork this Repository

Fork

#### clone forked Repository

```
git clone https://github.com/ /login-and-register.git

```

#### Install the Dependencies

```
npm install
```

#### Run the Project

```
npm run dev
```

## License

[MIT](https://choosealicense.com/licenses/mit/)

### Connect with Me

- Connect with me on LinkedIn: [Vijayavedhasekaran K](www.linkedin.com/in/vijayavedhasekaran002)
- Follow me on Instagram: [@vedha_since_2002](https://www.instagram.com/vedha_since_2002/)
- Email: [vedhatech02@gmail.com](mailto:vedhatech02@gmail.com)

Feel free to reach out if you have any questions or would like to collaborate!