Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4marsha1/letsgodutch
This is a repo built for the HabourX Hackathon (Internathon 5.0). As the name suggests, this is an app, where people can build groups and split expenses. Built with ReactJs, MogoDB, NodeJs
https://github.com/4marsha1/letsgodutch
mongodb nodejs reactjs
Last synced: about 22 hours ago
JSON representation
This is a repo built for the HabourX Hackathon (Internathon 5.0). As the name suggests, this is an app, where people can build groups and split expenses. Built with ReactJs, MogoDB, NodeJs
- Host: GitHub
- URL: https://github.com/4marsha1/letsgodutch
- Owner: 4Marsha1
- Created: 2021-10-29T15:27:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T10:23:48.000Z (about 3 years ago)
- Last Synced: 2023-06-28T07:50:32.188Z (over 1 year ago)
- Topics: mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LetsGoDutch
## Landing Page :
-> The details of what we provide
-> Team details and other stuffs
-> The Login/Signup button## Login/Signup Page :
-> User login/signup
-> After successful authentication, redirection to home screen## Home Screen :
-> AppBar with Logo and profile icon
-> Group Heads
-> Popup (on Click) displays all members in the group (--)
-> Create group button## Profile Screen : (--)
-> Personal details
-> Friends
-> Payments recieved log
-> Payments Due log
-> Payments Made log## Create Group :
-> Filling up of details of payments
-> adding members to the group through email/user_id
-> After successful authentication, redirection to group screen## Group Screen :
-> One big fixed tab will all the details
-> download CSV Button
-> Tiny tabs with bill details and pay button visible to only the person assigned.## Payment Screen : (--)
-> Razorpay integration
-> once completed, redirect to home screen