Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vankha1/learn-redux
Project for me to learn redux
https://github.com/vankha1/learn-redux
google-captcha material-ui react-router-dom reactjs redux-toolkit
Last synced: 24 days ago
JSON representation
Project for me to learn redux
- Host: GitHub
- URL: https://github.com/vankha1/learn-redux
- Owner: vankha1
- Created: 2024-01-01T00:50:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T15:09:43.000Z (11 months ago)
- Last Synced: 2024-10-02T18:41:18.586Z (about 1 month ago)
- Topics: google-captcha, material-ui, react-router-dom, reactjs, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survey form
### What I've finished:
- Designed the entire user interface using React Material UI
- Implemented page navigation using React Router
- Integrated Google Recaptcha
- Handled logic and component division.
- Implemented user information with Redux-toolkit### What I will need to do or refactor:
- I noticed that some components have not been split yet. My initial focus was on problem-solving, and after that, I plan to refactor and break down some of the code into components such as forms, selects, etc.
- Near the completion of the user interface, I discovered that MUI has a styles system. The absence of a styles system in MUI was quite challenging for me.Overall satisfaction: ★ ★ ★ ☆ ☆