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
- Host: GitHub
- URL: https://github.com/ravikant0055/unstop-authentication
- Owner: ravikant0055
- Created: 2025-09-05T13:06:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T01:49:09.000Z (10 months ago)
- Last Synced: 2026-04-28T23:36:24.159Z (about 2 months ago)
- Topics: authentication-token, axios, javascript, localstorage, react, react-icons, tailwindcss, tanstack-router, tyepscript
- Language: TypeScript
- Homepage: https://unstop-authentication.vercel.app
- Size: 484 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## ๐ 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