Skip to content

iamthequeen/giftwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GiftWise: Thoughtful Gift Sharing Web Application

GiftWise logo

GiftWise is a thoughtful gift sharing platform made with React, Material UI (MUI), and Firebase. The platform's primary purpose is to encourage thoughtful gift-giving by enabling users to share their preferences with specific groups.

Demo

Here is a working live demo : https://giftwise.netlify.app/

Walkthrough

Click image below to watch the walkthrough!
watch GiftWise walkthrough

Features

Designed for you

As a new user, you're able to complete a form to create a personal profile!

An example of one page from the form: A page form from GiftWise

An example of a guest profile page:
Guest Profile Page from GiftWise

Customize Groups

Users can add other users to their groups.
a user's profile page

Built With

  • React JS - Front-end JavaScript library for building user interfaces based on components.
  • Material UI (MUI) - React component library that implements Google's Material Design.
  • Firebase - A set of backend cloud computing services and application development platforms provided by Google (i.e. hosts databases, services, authentication, etc.).
  • React Hook Form - Library that helps to manage complex forms.

Installation

Get the code by cloning the repo

git clone https://github.com/iamthequeen/giftwise.git

Install required dependencies (this is to install node modules folder)

npm install

Start the server

npm start

Need help? Watch this tutorial for better understanding!