A mini authentication app built with React, TypeScript, TailwindCSS, and TanStack Router. Features include form validation, token-based login, and persistent sessions using localStorage.
👉 Click here to try the live demo
- ⚛️ React + TypeScript
- 🎨 TailwindCSS
- 🔁 TanStack Router
- 🛡️ Token-based Authentication
- 🧠 LocalStorage for session persistence
- 📦 Axios for HTTP requests
- 🔣 React Icons for UI enhancements
- 🔐 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
Use the following credentials to log in:
- Username:
emilys
- Password:
emilyspass
Clone the repo and install dependencies:
git clone https://github.com/ravikant0055/unStop-authentication.git
cd unStop-authentication
npm install