Skip to content

Git-by-Devi/Login-Signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login & Signup App

This is a simple React project built using Create React App. It includes a login and signup form with a clean UI.

How to Run:

Open your terminal and go to the project folder:

cd login-signup
npm install react-scripts --save

Start the development server:

npm start or npm run build

Open your browser at:

http://localhost:3000

(or port 5000 if you didn’t change it)

Available Commands:

npm start → Run the project in development mode.
npm test → Start the test runner.
npm run build → Create an optimized production build inside the build folder.
npm run eject → Expose full configuration (advanced use only).

Features:

->Switch between Login and Sign Up with one click.
->Simple input fields with icons for name, email, password.
->Button states for active/inactive forms.
->Clean design with customizable colors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published