easy-fix
easy-fix copied to clipboard
Discover the ideal platform to find easily manageable issues, designed to inspire and encourage individuals to initiate their contributions to the open source community.
Easy Fix
The ideal platform to find beginner-friendly issues.
Designed to inspire and encourage individuals to initiate their contributions to the open source community.
Built With
- React.js
- TailwindCSS
- Github API
- Vitest - Testing library
- Iconify - Icon library
Contributing
Join Our Discord: https://discord.gg/St2dHg9YwA
Remember, Good PR makes you a Good contributor !
1. Setting up the project locally
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
2. Contributing Guidelines
- Contributing Guidelines to be followed.
The Process
User Stories
- 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.
Features
- 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.
Work Flow
Continuous Development
- [ ] Add more filters such as filter by labels.
- [ ] Migrate to typescript
- [ ] Add test cases
Current Contributors
Contact
- Discord - https://discord.gg/St2dHg9YwA
- Website - vatsalsinghkv.vercel.app
- Github - @vatsalsinghkv
- LinkedIn - @vatsalsinghkv
- Twitter - @vatsalsinghkv
- Instagram - @vatsalsinghkv
Acknowledgements
- https://goodfirstissue.dev/ - Design Inspiration
- https://brittanychiang.com/ - Design Inspiration
Show Your Support
Give a ⭐️ if you liked this project!