vatsalsinghkv / easy-fix

Discover the ideal platform to find easily manageable issues, designed to inspire and encourage individuals to initiate their contributions to the open source community.

Home Page:https://easy-fix.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Preview

Built With

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)

  1. Fork this repository and clone the project

    git clone https://github.com/<YOUR USERNAME>/easy-fix.git
  2. Go to the project directory

    cd easy-fix
  3. Install dependencies

    yarn
  4. Start the server

    yarn dev
  • To change the configuration, edit src/lib/utils/config.js

2. Contributing Guidelines

The Process

User Stories

  • As a user, I want to be able to find easy issues with labels like good-first-issue and easy.
  • 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

Easy Fix work flow diagram

Continuous Development

  • Add more filters such as filter by labels.
  • Migrate to typescript
  • Add test cases

Current Contributors

Contact

Acknowledgements

Show Your Support

Give a ⭐️ if you liked this project!

About

Discover the ideal platform to find easily manageable issues, designed to inspire and encourage individuals to initiate their contributions to the open source community.

https://easy-fix.vercel.app


Languages

Language:TypeScript 75.7%Language:JavaScript 17.9%Language:HTML 4.3%Language:CSS 2.0%Language:Shell 0.1%