Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joakimteixeira/user-authentication-client
- Owner: JoakimTeixeira
- Created: 2021-01-13T05:33:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:11:59.000Z (12 days ago)
- Last Synced: 2024-11-07T20:21:58.695Z (12 days ago)
- Topics: absolute-imports, airbnb-eslint, axios, context-api, jwt, localstorage-api, react-bootstrap, react-router, reactjs, responsive-design
- Language: JavaScript
- Homepage: https://joakimteixeira.github.io/user-authentication-client/
- Size: 821 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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