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

https://github.com/thrishank/walletpay


https://github.com/thrishank/walletpay

Last synced: 11 months ago
JSON representation

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