- Sign up with Google or email
- Add donation listings
- View and delete active donation listings
- Browse donation listings
- Filter listings wrt categories
- Add listings to cart
- Checkout cart items
Frontend: React, Redux, React Bootstrap, Sass
Backend: Firebase
Deployement: Firebase hosting, Github Actions
Clone the project
git clone https://github.com/arghyab0/givemore-web.git
Go to the project directory
cd givemore-web
Install dependencies
npm install
Start the server
npm run start
.
├── .github/workflow
├── node_modules
├── public
├── src
│ ├── assets
│ ├── components
│ ├── customHooks
│ ├── firebase
│ ├── hoc
│ ├── pages
│ ├── redux
│ ├── App.jsx
│ ├── App.scss
│ └── index.js
├── .firebaserc
├── .gitignore
├── firebase.json
└── package.json
If you have any feedback, please reach out to me here.