vinitshahdeo / hacktoberfest-issue-hunt

Find all the open issues for Hacktoberfest | Filter on the basis of language and labels like first-timers-only
https://www.npmjs.com/package/hacktoberfest-issue-hunt
MIT License
12 stars 6 forks source link

Create a React App to filter Hacktoberfest issues on the basis of languages and labels #1

Open vinitshahdeo opened 2 years ago

vinitshahdeo commented 2 years ago
npm i hacktoberfest-issue-hunt

As hacktoberfest-issue-hunt is available as an NPM module, can we make a demo React App with an option to filter hacktoberfest issues based on languages like js, python, go and labels like first timers only, beginner friendly, good first issues.

You can Create React App to set up the React app by running one command.

npx create-react-app hacktoberfest-issue-hunt
cd hacktoberfest-issue-hunt
npm start
harish127 commented 2 years ago

How can I contribute?

heysujal commented 2 years ago

I have created this initial app https://github.com/heysujal/hacktoberfest-issue here https://hacktoberfest-issues.netlify.app/

lbaweja1999 commented 2 years ago

Hi @vinitshahdeo, I want to work on it. I would like to create a react app

lbaweja1999 commented 2 years ago

Hi @vinitshahdeo, I want to work on it. I would like to create a react app

I have tried creating a simple app. Please check it out https://hacktoberfest-issues-hunt.netlify.app/. If you want i can make UI changes to make its look and feel much better.

vinitshahdeo commented 2 years ago

@lbaweja1999 can you please reduce the width of the column and use some styling for table? Also, showing direct links doesn't look good, maybe we can get rid of that.

vinitshahdeo commented 2 years ago

@heysujal This looks cool, can you please populate 100 issues and add some options to filter the issues?

lbaweja1999 commented 2 years ago

@lbaweja1999 can you please reduce the width of the column and use some styling for table? Also, showing direct links doesn't look good, maybe we can get rid of that.

Sure @vinitshahdeo. Will update you.

vinitshahdeo commented 2 years ago

@heysujal, @morelmiles, @lbaweja1999, @ishikkkkaaaa, @Gauravmauryaios, @StarTrooper08, @san-coding

Released v2 🎉

Below is the latest response:


[
  {
    title: "Add More Inspirational Quotes",
    link: "https://github.com/vinitshahdeo/inspirational-quotes/issues/4",
    labels: ['good first issue', 'help wanted', 'hacktoberfest'],
    state: 'open',
    comments: 2,
    createdAt: 'Monday, October 11th 2021'
  },
  {
    title: "Create a React App to filter Hacktoberfest issues on the basis of languages and labels",
    link: "https://github.com/vinitshahdeo/hacktoberfest-issue-hunt/issues/1",
    labels: ['good first issue', 'help wanted', 'hacktoberfest'],
    state: 'open',
    comments: 5,
    createdAt: 'Sunday, October 10th 2021'
  }
]

@heysujal & @lbaweja1999, I have added your React Apps to the README.md. Thanks for your contributions. See if you can improve it a bit by upgrading to v2.0.1.

Ctoic commented 2 years ago

@vinitshahdeo Kindly guide me on how I can contribute to the Hactoberfest ?

StarTrooper08 commented 2 years ago

Hello @Ctoic you can join our discord channel where you find helpful community peers

https://discord.gg/qqajmBH6

heysujal commented 2 years ago

thanks @vinitshahdeo for adding my app 😀. Now I am working to improve it.

lbaweja1999 commented 2 years ago

@heysujal, @morelmiles, @lbaweja1999, @ishikkkkaaaa, @Gauravmauryaios, @StarTrooper08, @san-coding

Released v2 🎉

  • Refer to the release here.
  • Check out on NPM.

Below is the latest response:


[
  {
    title: "Add More Inspirational Quotes",
    link: "https://github.com/vinitshahdeo/inspirational-quotes/issues/4",
    labels: ['good first issue', 'help wanted', 'hacktoberfest'],
    state: 'open',
    comments: 2,
    createdAt: 'Monday, October 11th 2021'
  },
  {
    title: "Create a React App to filter Hacktoberfest issues on the basis of languages and labels",
    link: "https://github.com/vinitshahdeo/hacktoberfest-issue-hunt/issues/1",
    labels: ['good first issue', 'help wanted', 'hacktoberfest'],
    state: 'open',
    comments: 5,
    createdAt: 'Sunday, October 10th 2021'
  }
]

@heysujal & @lbaweja1999, I have added your React Apps to the README.md. Thanks for your contributions. See if you can improve it a bit by upgrading to v2.0.1.

Thanks @vinitshahdeo .I will work on improving it and let you know asap.

lbaweja1999 commented 2 years ago

@heysujal, @morelmiles, @lbaweja1999, @ishikkkkaaaa, @Gauravmauryaios, @StarTrooper08, @san-coding

Released v2 🎉

  • Refer to the release here.
  • Check out on NPM.

Below is the latest response:

[
  {
    title: "Add More Inspirational Quotes",
    link: "https://github.com/vinitshahdeo/inspirational-quotes/issues/4",
    labels: ['good first issue', 'help wanted', 'hacktoberfest'],
    state: 'open',
    comments: 2,
    createdAt: 'Monday, October 11th 2021'
  },
  {
    title: "Create a React App to filter Hacktoberfest issues on the basis of languages and labels",
    link: "https://github.com/vinitshahdeo/hacktoberfest-issue-hunt/issues/1",
    labels: ['good first issue', 'help wanted', 'hacktoberfest'],
    state: 'open',
    comments: 5,
    createdAt: 'Sunday, October 10th 2021'
  }
]

@heysujal & @lbaweja1999, I have added your React Apps to the README.md. Thanks for your contributions. See if you can improve it a bit by upgrading to v2.0.1.

Thanks @vinitshahdeo .I will work on improving it and let you know asap.

Hi @vinitshahdeo. I have upgraded my app to v2.0.3 and also made changes in the UI. Hope it looks good now. You can check it again https://hacktoberfest-issues-hunt.netlify.app/. Let me know if more changes are required.

vinitshahdeo commented 2 years ago

@lbaweja1999 It looks great. A few changes:

lbaweja1999 commented 2 years ago

@lbaweja1999 It looks great. A few changes:

  • Can you reduce the table size? Right now, is it covering the 100% width of the page?
  • Can you use badges for displaying labels?

okay will try doing that too

jisazamp commented 1 year ago

Hey @vinitshahdeo!

I would love to contribute to and build this React application, how could I proceed?