https://github.com/thiagodeev/user-creation-and-validation-system
This is a small program made with Javascript that uses OOP to create new users (admin, editor or normal users) and validate them with a simple validation algorithm.
https://github.com/thiagodeev/user-creation-and-validation-system
incomplete
Last synced: 13 days ago
JSON representation
This is a small program made with Javascript that uses OOP to create new users (admin, editor or normal users) and validate them with a simple validation algorithm.
- Host: GitHub
- URL: https://github.com/thiagodeev/user-creation-and-validation-system
- Owner: thiagodeev
- Created: 2022-03-04T12:19:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T02:42:45.000Z (over 4 years ago)
- Last Synced: 2025-03-01T12:32:10.592Z (over 1 year ago)
- Topics: incomplete
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User-creation-and-validation-system
This is a small program made with Javascript that uses OOP to create new users (admin, editor or normal users) and validate them with a simple validation algorithm.