Skip to content

ravikant0055/Unstop-Authentication

Repository files navigation

🚀 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

📸 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:

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