ArslanYM / StarterHive

🚀✨ Help beginners to contribute to open source projects of remotely hiring organizations.
https://starter-hive.vercel.app/
MIT License
206 stars 200 forks source link

fix #340: project filtering by language, project bookmarking, and resolved card Responsiveness #349

Closed amanrajrana closed 9 months ago

amanrajrana commented 9 months ago

Enhancements and Issue Resolutions

Resolved Issues:

  1. -[x] Issue #340,
  2. -[x] Issue #342

What's new?

1. Project Filtering by Language

Now users can filter projects based on language or tag.

How it Works:

Screenshot:

dropdown list screenshot

2. Project Bookmarking

Users can now bookmark their favourite projects and view only bookmarked projects.

How it Works?

Screenshot: bookmark screenshot

3. Resolved Card Responsiveness Issues

a. Resolved Overlapping Cards at a Width of 794px

Before:

overlapping screenshot

After:

overlapping fix screenshot

b. Resolved Card Overflow at Width Less than 390px (Device: Samsung Galaxy Fold)

Before:

overflow screenshot

After:

overflow fix screenshot
vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
starter-hive ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2023 3:59pm
ArslanYM commented 9 months ago

Thankyou for the feature @amanrajrana , However I would suggest you to create different PRs for each feature next time. It's more easier that way to review code. Thankyou

welcome[bot] commented 9 months ago

Congrats on merging your first pull request! We here at StarterHive are proud of you!🎉🎉🎉 alt text

amanrajrana commented 9 months ago

@ArslanYM Thanks for the suggestion! I'll keep that in mind for future PRs.