rodcoffani / hacktoberfest-issues

[WIP] Find the latest open issues for Hacktoberfest 2022

Home Page:https://hack-o-fest.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest Issues (WIP)

Find the latest open issues that are tagged for Hacktoberfest contribution.

Vistors Count PR's Welcome GitHub Sponsor

This project is making use of

  • Next.JS (React)
  • Tailwind
  • GitHub Personal Access Token
  • GitHub GraphQL API
  • Axios Library
  • Vercel for deployment

For Development & Contribution to this project.

  1. Fork & clone the project.
  2. Install packages : npm install
  3. Generate a GitHub's Personal Access Token without any scope. Follow the documentation here
  4. Create a .env file with following content
    NEXT_PUBLIC_GITHUB_AUTH_PAT_TOKEN=<your-token-here>
  5. Start the application : npm run dev
  6. Open localhost:3000 in your browser.

About

[WIP] Find the latest open issues for Hacktoberfest 2022

https://hack-o-fest.vercel.app

License:MIT License


Languages

Language:TypeScript 96.2%Language:JavaScript 2.5%Language:CSS 1.3%