Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```