An open API service indexing awesome lists of open source software.

https://github.com/hoxtygen/user-reg


https://github.com/hoxtygen/user-reg

Last synced: 5 days ago
JSON representation

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

![image](https://user-images.githubusercontent.com/19408669/178151220-848077d3-0ad1-49f2-9456-d8504440f63f.png)

### 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.