https://github.com/hoxtygen/user-reg
https://github.com/hoxtygen/user-reg
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoxtygen/user-reg
- Owner: Hoxtygen
- License: mit
- Created: 2022-07-06T07:46:32.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-11T04:16:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T10:56:54.376Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# User-reg
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Project structure
* src
* components
* pages
* styles
* types
* utils

### Used technologies
* React TypeScript
* formik
* axios
* Material UI
* husky
* prettier
* sass
* yup
### What could've been better
* more modular structure.
* storage of form data in a more secured way instead of localstorage.
* Better UI.
### Problems faced
* Bypassing CORS to submit form.