Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joakimteixeira/user-authentication-client

Website for user authentication with JWT
https://github.com/joakimteixeira/user-authentication-client

absolute-imports airbnb-eslint axios context-api jwt localstorage-api react-bootstrap react-router reactjs responsive-design

Last synced: 3 days ago
JSON representation

Website for user authentication with JWT

Awesome Lists containing this project

README

        

# User Authentication Client

Website for user authentication with JWT

[![Javascript Style Guide](https://badgen.net/badge/eslint/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)

### Register

![image](https://user-images.githubusercontent.com/12193814/104640621-7a751800-5687-11eb-9bcd-a9ee6e893469.png)

### Login

![image](https://user-images.githubusercontent.com/12193814/104640694-94aef600-5687-11eb-96fb-b9e99ea5fdfb.png)

### Home

![image](https://user-images.githubusercontent.com/12193814/105108830-e5648b80-5a99-11eb-8adc-20653a597a31.png)

### User Settings

![image](https://user-images.githubusercontent.com/12193814/104640910-ddff4580-5687-11eb-8063-8ab2f2cb7d5e.png)

## Running the Project

To get started, fork the repository, clone it, and then run the following commands:

npm install
npm run start

## Backend Server
https://github.com/JoakimTeixeira/user-authentication-api