The ideal platform to find beginner-friendly issues.
Designed to inspire and encourage individuals to initiate their contributions to the open source community.
- React.js
- TailwindCSS
- Github API
- Vitest - Testing library
- Iconify - Icon library
Join Our Discord: https://discord.gg/St2dHg9YwA
Remember, Good PR makes you a Good contributor !
To clone and run this application, you'll need Git and Node.js (which comes with yarn installed on your computer)
-
Fork this repository and clone the project
git clone https://github.com/<YOUR USERNAME>/easy-fix.git
-
Go to the project directory
cd easy-fix
-
Install dependencies
yarn
-
Start the server
yarn dev
- To change the configuration, edit
src/lib/utils/config.js
- Contributing Guidelines to be followed.
- As a user, I want to be able to find easy issues with labels like
good-first-issue
andeasy
. - As a user, I want to filter issues based on programming languages.
- As a user, I want to view the labels associated with a specific issue.
- As a user, I want to view key information about the repository related to a specific issue.
- Data Fetching: App fetches the relevant issues from api.
- Pagination: App renders the specific number of issues per page.
- Filter: App fetches the required issues according to the selected language.
- Add more filters such as filter by labels.
- Migrate to typescript
- Add test cases
- Discord - https://discord.gg/St2dHg9YwA
- Website - vatsalsinghkv.vercel.app
- Github - @vatsalsinghkv
- LinkedIn - @vatsalsinghkv
- Twitter - @vatsalsinghkv
- Instagram - @vatsalsinghkv
- https://goodfirstissue.dev/ - Design Inspiration
- https://brittanychiang.com/ - Design Inspiration
Give a ⭐️ if you liked this project!