Skip to content

BBNCCC/React_Week_1

Repository files navigation

Week 1 Case β€” Register & Login Page

Frontend Training Project Aksub FAVE 36. Building a Register and Login page using React + Vite.

Installation

npm install
npm run dev

Open http://localhost:5173

Features

  • Register a new account (data stored in an array of objects)
  • Form validation with error messages on register & login
  • Duplicate email check on register
  • Navigation between login and register pages

Project Structure

src/
β”œβ”€β”€ components/ui/   # shadcn components
β”œβ”€β”€ lib/             # utility (cn)
β”œβ”€β”€ pages/
β”‚   β”œβ”€β”€ login/       # Login page
β”‚   └── register/    # Register page
└── store/
    └── users.ts     # Array of objects to store user data

About

React Week 1 Assignment πŸ₯³

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors