Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 1.84 KB

README.md

File metadata and controls

83 lines (61 loc) · 1.84 KB
Givemore Logo

A donation-based community marketplace for essentials supplies during COVID-19.

GitHub Workflow Status License Twitter Follow

App Screenshot

✨ Features

  • 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

🛠 Tech Stack

Frontend: React, Redux, React Bootstrap, Sass

Backend: Firebase

Deployement: Firebase hosting, Github Actions

🚀 Run Locally

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

📂 What's inside?

.
├── .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

👍 Feedback

If you have any feedback, please reach out to me here.