Skip to content

codamee/educase-assignment-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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

About

A user Authentication application built with React and Tailwind css

Topics

Resources

Stars

Watchers

Forks

Contributors