Skip to content

manisacharya/frogtoberfest

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Frogtoberfest Checker

Web app to track your progress for Frogtoberfest.

๐Ÿ‘‰ https://frogtoberfest.lftechnology.com

CI Status

CircleCI

Requirements

  • Node v8+

Running the App

  • Generate a GitHub personal access token to ensure you don't get rate limited as often.

  • Create a .env file using .env.example.

    $ cp .env.example .env
  • Set your GitHub token as REACT_APP_GITHUB_TOKEN environment variable in .env:

  • Install dependencies and start.

    $ yarn
    $ yarn start

Running the app within Docker

As an alternative to the section above, you can run the app within a Docker container:

$ docker build -t frogtoberfest-checker .
$ docker run -p 5000:5000 -e "REACT_APP_GITHUB_TOKEN=YOUR_TOKEN" frogtoberfest-checker

Alternatively, you can use docker-compose.

$ docker-compose up --build

License

Redistributed and sub-licensed under MIT License ยฉ 2019 - present by Leapfrog Technology.

Originally distributed and licensed under MIT License by Ian Jenkins. Check the original source code here.

Happy Hacking! ๐ŸŽƒ ๐Ÿธ

About

Track your progress for Frogtoberfest. ๐ŸŽƒ ๐Ÿธ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 85.2%
  • JavaScript 13.9%
  • Other 0.9%