Skip to content

Collect digital stamps every time you visit the stores to redeem great deals!

Notifications You must be signed in to change notification settings

linh4/go-stamp-front-end

 
 

Repository files navigation

Go Stamp! App

Go Stamp! is a stampcard online version build with ReactJs Frontend and Rails Backend.

  • User can choose stores.
  • Each store had its own deals, when user click on the deal, there will be a stamp card show up.
  • If user enter the right code, user will get 1 stamp.
  • When user collects 6 stamps, user can keep the stamp card and redeem the deal anytime he/she wants.

Getting Started:

Run backend:

bundle install
rake db:migrate
rake db:seed
rails s

Frontend:

npm i && npm start

Future Plans:

  • There will be store site so store can add, edit and delete deals
  • Use google map api to find stores
  • Scan barcode instead of enter code

About

Collect digital stamps every time you visit the stores to redeem great deals!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 15.2%
  • HTML 3.9%