Skip to content

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

Notifications You must be signed in to change notification settings

kushchoudhary98/easy-fix

This branch is 36 commits behind vatsalsinghkv/easy-fix:refs/heads/main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Kush ChoudharyKush Choudhary
Kush Choudhary
and
Kush Choudhary
Oct 21, 2024
b2c1e1b · Oct 21, 2024
Oct 20, 2024
Aug 5, 2023
Aug 6, 2023
Oct 21, 2024
Oct 4, 2023
Sep 15, 2023
Oct 4, 2023
Oct 1, 2023
Aug 5, 2023
Oct 26, 2023
Sep 23, 2023
Oct 30, 2023
Oct 5, 2023
Oct 15, 2023
Oct 18, 2023
Aug 5, 2023
Oct 10, 2023
Oct 12, 2023
Sep 30, 2023
Oct 2, 2023
Oct 10, 2023
Oct 18, 2023

Repository files navigation

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.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.0%
  • JavaScript 19.0%
  • HTML 4.0%
  • CSS 1.9%
  • Shell 0.1%