Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.77 KB

File metadata and controls

57 lines (40 loc) · 1.77 KB

🚀 PopX - User Management System

A modern, responsive User Authentication application built with React and Tailwind CSS. This project demonstrates controlled state management, LocalStorage persistence, and a mobile-first UI approach.

🔗 Live Demo

👉 Click here to view the Live Preview


📸 Project Previews

Desktop View Mobile View
desktop mobile

✨ Key Features

  • User Registration: captured using dynamic React State logic (uncontrolled to controlled transition).
  • Persistent Storage: Uses localStorage to save user data so the profile remains available after page refresh.
  • Secure Sign-In: Verification logic to compare input credentials against stored user objects.
  • Interactive UI: * Toast notifications via react-toastify.
    • Smooth navigation using react-router-dom.
  • Responsive Styling: Built with Tailwind CSS using a utility-first approach.

🛠️ Tech Stack


🚀 Getting Started

  1. Clone the project

    git clone https://github.com/codamee/educase-assignment-reactjs.git
  2. Install dependencies

    npm install
  3. Run Development Server

    npm run dev
  4. Build for Production

    npm run build