Skip to content

Hey there! I'm Samy, and this is my first React project – a simple login/signup page. I built it while learning, and I'm excited to share it!

Notifications You must be signed in to change notification settings

SampadMondal-git/react-login-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login - Sign up form using react

This is a simple React application created as a starting point for learning React development.

Getting Started

Steps to Setup:

Clone the repository:

git clone https://github.com/SampadMondal-git/react-login-form.git

cd My-First-React-App

npm install

npm start

Project Structure:

react-login-form/
├── public/
│   └── index.html
├── src/
│   ├── App.js
│   │   └── LoginSignup/
│   │       └── LoginSignup.jsx
│   ├── App.css
│   │   └── LoginSignup/
│   │       └── LoginSign.css
│   ├── index.js
│   └── Assets/
├── package.json
├── package-lock.js
└── README.md

Available Scripts

In the project directory, you can run:

npm start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm test Launches the test runner in the interactive watch mode.

npm run build Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

npm run eject

Note: This is a one-way operation. Once you eject, you can't go back! This removes the tool and copies build scripts into your package.json.

Learning Resources

React Documentation - https://react.dev/

Create React App Documentation https://create-react-app.dev/

Customize This README Feel free to expand this README with:

Specific project details. Information about the technologies used. Contributing guidelines. A more detailed explanation of the project's functionality. Links to any relevant documentation or tutorials.

This README provides a basic framework and can be tailored to suit your project's needs.