Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcosvini9999/blue-protocol-authentication
A front-end project for a fake authentication with the theme of the blue protocol game.
https://github.com/marcosvini9999/blue-protocol-authentication
authentication-frontend blue-protocol mui react regex
Last synced: 7 days ago
JSON representation
A front-end project for a fake authentication with the theme of the blue protocol game.
- Host: GitHub
- URL: https://github.com/marcosvini9999/blue-protocol-authentication
- Owner: MarcosVini9999
- License: mit
- Created: 2022-11-16T21:21:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T18:47:34.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:47:56.949Z (2 months ago)
- Topics: authentication-frontend, blue-protocol, mui, react, regex
- Language: TypeScript
- Homepage: https://marcosvini9999.github.io/blue-protocol-authentication/
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blue Protocol Authentication
![project-example](./readme-assets/login-example.gif)
### π‘Project Status
- Paused, the project only has the artistic concept and "functional" fields
## π Description
- A login and registration flow with an artistic concept of the blue protocol game.
## π οΈ Technologies
- React + TypeScript
- Material UI
- Create React Appp
- Regex## β How to Install and Run the Project
- To clone the repository type the following command in the terminal in the location you want:
```
git clone https://github.com/MarcosVini9999/blue-protocol-authentication.git
```- Enter the following command to install the dependencies:
```
npm i
```- Enter the following command to run the script and start the project:
```
npm run start
```