This is a simple React project built using Create React App. It includes a login and signup form with a clean UI.
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:
(or port 5000 if you didn’t change it)
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).
->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.