https://github.com/lucasshuan/auth-react-and-node
Authoritative login system using ReactJS and NodeJS.
https://github.com/lucasshuan/auth-react-and-node
nodejs react
Last synced: 5 months ago
JSON representation
Authoritative login system using ReactJS and NodeJS.
- Host: GitHub
- URL: https://github.com/lucasshuan/auth-react-and-node
- Owner: lucasshuan
- Created: 2021-10-02T15:53:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T12:34:10.000Z (over 3 years ago)
- Last Synced: 2024-11-14T08:40:21.809Z (7 months ago)
- Topics: nodejs, react
- Language: TypeScript
- Homepage:
- Size: 406 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth w/ React
Authoritative login system using ReactJS and NodeJS
My first ever attempt at using popular web frameworks and technologies.
# Features
* Login username and password authentication
* New user registration if user and e-mail are available
* Visual user feedback through the application
* Smoothy transition between pages (page name is rewritten everytime it is changed)# Issues
This was my first project ever featuring Frontend and Backend logic, so there are problems yet to be solved.
* No auth token
* User data does not persist (no database was used)