You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Milaap is an online crowdfunding platform that enables anyone across India to raise funds.
This project is about building a web application to donate and lend money to the needy ones. It have some cool features like save the data in redux-store and loacl-storage to reduce the dependency of network requests, toast notification for every action, pop up modal to display extra details and responsive for every screen size.
Technologies we used
🚀 Features
Stripe Payment Integration
Google Oauth with jwt token
Filtering/Sorting
Searching with Debouncing
Cart Add/Remove Items
Pop modal and Toast notification
Cart Update Quantities
Payment page which calculates the products prices dynamically.
Login/Signup User Account
Screenshots
Homepage -
This is the main landing page of our website. Here clicking on any option on the Navbar and Images will redirect the user to the respective Product Page.
This page is functional and responsive.
Sign up / Sign in Page -
On this page, you can register a user. If the user is already registered, you can simply sign in by providing valid details of the user.
Products Page -
Here users can browse and add items to the cart by clicking on the Add to Cart button.
Cart Page -
Here all the products added to the cart will be shown. On this page, you can also remove the items. By clicking on the "pay now" button you will be redirected to the checkout page.
Payment Page -
On this page, users can add their address details and add their payment details.
By providing these details users can place orders.