https://github.com/thrishank/walletpay
https://github.com/thrishank/walletpay
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thrishank/walletpay
- Owner: thrishank
- Created: 2024-02-11T13:11:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T13:56:22.000Z (about 2 years ago)
- Last Synced: 2025-06-03T21:10:19.750Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://walletpay.vercel.app
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Backend id Down
# Tech Stack
- FrontEnd - ReactJS, TailwindCSS
- BackEnd - ExpressJS, MongoDB, JWT auth
# Features
### Signup page
- Implemented the debouncing concept for the password input box. Previously
when ever there is a change in the obj.password the whole pages re renders.
Decreased this re renders signifcantly. Now the page re renders only when the users stop typing
- JWT tokens will store in local storage. Once the user is logged in and again visted the signin/login page
will take them to directly to the dashboard page
### Todo
- Add logo messages on the UI for better experince