This is a React application for user authentication, featuring login and registration functionalities.
visitor-front-end
├── public
│ ├── index.html
│ └── favicon.ico
├── src
│ ├── components
│ │ ├── Login.js
│ │ └── Register.js
│ ├── App.js
│ ├── index.js
│ └── styles
│ └── App.css
├── package.json
├── .gitignore
└── README.md
To get started with this project, follow these steps:
-
Clone the repository:
git clone <repository-url> cd visitor-front-end
-
Install dependencies:
npm install
-
Run the application:
npm start
The application will be available at http://localhost:3000
.
- User login with username and password.
- User registration with username, email, and password.
- React
- ReactDOM
- CSS for styling
This project is licensed under the MIT License.