GiftMatcher is a web application that can be used to find most suitable gift idea for our loved ones, or our own gift to existing database that will be searchable by every user. You can check our app here
We also made landing page that you can find here: Landing page
And exciting game that you can play here: Game
(if you want to check our code for landing page and game, you can do this here)
Current features include:
- registration/login
- search gifts by name, category or price
- add gifts to favorites
- add your own gifts to existing database
- check application statistics
- Giftmatcher is built with React
- We used Material UI framework for styling
- Firebase was our choice for database
- Bartek Ciesielski Github Linkedin
- Dominik Piławski Github Linkedin
- Dawid Domański Github Linkedin
- Borys Maciuch Github Linkedin
To start application you need to run npm install command first:
npm install
And then run npm start:
npm start
Open http://localhost:3000 to view it in the browser.