Skip to content

Wraithrrr/Security-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visitor Front End

This is a React application for user authentication, featuring login and registration functionalities.

Project Structure

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

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd visitor-front-end
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    

The application will be available at http://localhost:3000.

Features

  • User login with username and password.
  • User registration with username, email, and password.

Technologies Used

  • React
  • ReactDOM
  • CSS for styling

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published