PeerPay is a peer-to-peer payment system for the modern world, built with React.
The project is structured into two main directories: pages
and components
.
pages
: This directory contains the different pages of the application. Currently, it includesSignup
andSignin
pages.components
: This directory contains reusable components used across different pages. Currently, it includes aBottombutton
component.
- Dashboard to be fixed,One approach can be storing the UserId along with Token for searching it in the data base.
Once the server is running, you can navigate to http://localhost:5174
in your web browser to view the application.
Contributions are welcome! Please read the contributing guidelines before getting started.