/real-generosity

A web based app for donating goods built with React and Chakra UI and is powered by Firebase

Primary LanguageJavaScript

Project Name & Pitch

Real Generosity

A donation web based application where people can list any item that they wish to donate so others may come in and grab it for free - built with React, JavaScript, and TailwindCSS.

Project Status

This project is currently in development. *Users may sign in and sign up. *Users can list any item for free as well as request any listed item while waiting for the owner's approval in which case they might accept or reject the request. *Items can be filtered by category alongside the fact that they can be shown on the map with a visible marker depending on the location.

Project Screen Shot(s)

Home page screen

Capture

Login screen

Capture1

Installation and Setup Instructions

Clone down this repository. You will need node and yarn installed globally on your machine.

Installation:

yarn

To Start Server:

yarn start

To Visit App:

localhost:3000/

Reflection

This was a 6 weeks long capstone project built during my front-end web development bootcamp at Re-coded. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features all of which has been achieved by leveraging react, react-router-5.0 and chakra-ui.