Skip to content

pocheptsov/refermadness

 
 

Repository files navigation

Refer Madness

Refer Madness is a web application for finding and submitting referral codes for any subscription service. The goal of this application is to replace the "friend" from "Refer-a-Friend" with "stranger" or "anonymous internet person."

Backend is written in Go, frontend is largely ReactJS and SASS. The easiest way to compile and run the app is with docker-compose:

$ docker-compose build
$ docker-compose up

Which will download the application dependencies and then watch the SASS, JSX, and Go directories for changes and recompile as necessary. A new dependency means re-running docker-compose build to generate a new refermadness image.

About

Refer Madness web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • Go 18.0%
  • CSS 13.0%
  • HTML 11.2%