https://github.com/andycwilliams/secure-signup
MERN app that consists of simple signup form
https://github.com/andycwilliams/secure-signup
Last synced: 5 months ago
JSON representation
MERN app that consists of simple signup form
- Host: GitHub
- URL: https://github.com/andycwilliams/secure-signup
- Owner: andycwilliams
- Created: 2024-04-12T20:26:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T01:16:26.000Z (7 months ago)
- Last Synced: 2024-12-30T02:34:14.218Z (6 months ago)
- Language: TypeScript
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure-Signup
MERN app that consists of simple signup form. Uses Material UI and (potentially) SCSS for any custom styling.
Two pages:
- Landing/Signup page
- Successful login pageFocused on thorough account setup and security:
- Retains user information
- Ensures visitor cannot access protected data without
- Potentially add OAuth or other authentication
- Ensures both front and backend are uncompromisable
- Provides full user feedback (such as password requirements not being met)
- Treat as fully public repository (as though it's an open source project) and try to maintain full security despite thatFull test coverage
Professional README file (with CD/CI badge and coverage percentage badge)
Begin with JSX, then incrementally convert into TSX
Make code as reusable/minimize duplication as possibleDark mode
As accessible as possible (use Lighthouse, et al)Some guidance from:
https://github.com/gitdagray/mongo_async_crud