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

https://github.com/ravikant0055/unstop-authentication

Login Authentication Page for UnStop
https://github.com/ravikant0055/unstop-authentication

authentication-token axios javascript localstorage react react-icons tailwindcss tanstack-router tyepscript

Last synced: about 2 months ago
JSON representation

Login Authentication Page for UnStop

Awesome Lists containing this project

README

          

# ๐Ÿš€ UnStop Authentication

A mini authentication app built with **React**, **TypeScript**, **TailwindCSS**, and **TanStack Router**. Features include form validation, token-based login, and persistent sessions using **localStorage**.

## ๐Ÿš€ Live Demo

๐Ÿ‘‰ [Click here to try the live demo](https://unstop-authentication.vercel.app/)

## ๐Ÿ“ธ Preview


UnStop Authentication preview

## ๐Ÿ›  Tech Stack

- โš›๏ธ React + TypeScript
- ๐ŸŽจ TailwindCSS
- ๐Ÿ” TanStack Router
- ๐Ÿ›ก๏ธ Token-based Authentication
- ๐Ÿง  LocalStorage for session persistence
- ๐Ÿ“ฆ Axios for HTTP requests
- ๐Ÿ”ฃ React Icons for UI enhancements

## โœจ Features

- ๐Ÿ” **Authentication Token Storage** in `localStorage`
- โœ… **Form Validation** with feedback
- ๐Ÿ“ฑ **Responsive Design** for mobile & desktop
- โšก Fast routing with **TanStack Router**
- ๐Ÿ’พ Persistent sessions across refresh
- ๐ŸŽฏ User-friendly design using TailwindCSS

## ๐Ÿงช Test Credentials

Use the following credentials to log in:

- **Username:** `emilys`
- **Password:** `emilyspass`

## ๐Ÿ“ฆ Installation

Clone the repo and install dependencies:

```bash
git clone https://github.com/ravikant0055/unStop-authentication.git
cd unStop-authentication
npm install