Giter Site home page Giter Site logo

vedanthvnayak / hacktoberfest-checker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jenkoian/hacktoberfest-checker

0.0 0.0 0.0 15.37 MB

๐ŸŽƒ Check how you're doing in hacktoberfest

Home Page: https://hacktoberfestchecker.jenko.me

License: MIT License

Shell 0.70% JavaScript 44.34% TypeScript 25.62% CSS 24.17% HTML 4.71% Dockerfile 0.41% Procfile 0.05%

hacktoberfest-checker's Introduction

Hacktoberfest Checker

Build Status GitHub

Useful checker web app to see how close you are to achieving the requirements for a free t-shirt as part of Hacktoberfest.

https://hacktoberfestchecker.jenko.me/

Screenshot

2022!

Well I've had next to no time to do anything really other than a very light (and probably broken) re-skin. As far as I'm aware nothing has changed in terms of rules this year, so only a re-skin that was required (if there are new rules, feel free to submit a PR - it'll count towards your total!)

Doesn't DigitalOcean have their progress checker now?

They do! However, I still think it's worth having a checker that doesn't require auth and allows you to check on your mates (or celebrity developers!).

Happy hacking!

Requirements

  • Node LTS (v10/12/14)

    Recommended to use NVM

Running the app

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

  • Generate a Gitlab personal access token to ensure gitlab is supported.

  • Create a .env file using .env.example as an example. Or export the GitHub/Gitlab token as an environment variable for Node.js to use:

    • Mac/Linux: export GITHUB_TOKEN=YOUR_TOKEN; export GITLAB_TOKEN=YOUR_TOKEN
    • Windows (cmd.exe): set GITHUB_TOKEN=YOUR_TOKEN; set GITLAB_TOKEN=YOUR_TOKEN
    • Windows (PowerShell): $env: GITHUB_TOKEN=YOUR_TOKEN; GITLAB_TOKEN=YOUR_TOKEN
  • $ npm install

  • $ npm run tailwind-gen

  • $ npm start

  • Point browser to localhost:5000

Want to run the API server and the frontend in their processes? Use this:

$ npm run start-frontend
$ npm run start-server

or in a single command...

$ npm run start-development

Running the app within Docker

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

  • $ docker build -t hacktoberfest-checker .

  • $ docker run -p 5000:5000 -e "GITHUB_TOKEN=YOUR_TOKEN" hacktoberfest-checker

or use the docker-compose

  • $ docker-compose up --build

Changing styling

Styling is done through tailwind as much as possible, no CSS should be added and class names favoured. However, there will be occasions where custom CSS is required, in this case you need to edit style.css and run npm run tailwind-gen to generate the new CSS file.

Note: You should never directly edit index.css

License

MIT ยฉ 2015-2021 Ian Jenkins

hacktoberfest-checker's People

Contributors

dependabot[bot] avatar jenkoian avatar lex111 avatar matteo-hertel avatar games647 avatar tessus avatar rafaelstz avatar aj07 avatar irregularshed avatar jvt avatar dirtyf avatar fdocr avatar danmana avatar butlerx avatar artemgrinn avatar furikuri avatar imagentleman avatar sayomaki avatar balbaal avatar aakhtar3 avatar shavidzet avatar myrridin avatar coderoo7 avatar studioromeo avatar andeersg avatar zeustopher avatar alexmayol avatar emmanueldemey avatar equim-chan avatar giraugh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.