MakeContributions / ideahub

A collection of ideas and projects that contain from beginner to advance :octocat: 🎯🚀
https://ideashub.netlify.app/#/
MIT License
188 stars 129 forks source link

Potential changes need to project links #119

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello 👋

I was looking over the site making a list of some small accessibility issues that could be improved, and I noticed a strange behavior with projects.

Some idea cards link to a /projects route, while others do not:

Screenshot of Idea Cards

But their navigation is currently broken, for example, if you click the link for "Clash of Space" then the browser location updates to the following link, but does not re-render a new page: https://ideashub.netlify.app/Projects/clash-of-space

If you navigate to the URL directly, ie https://ideashub.netlify.app/Projects/clash-of-space then the page is completely blank. When you click on the Projects link, the cards instead have a Github icon and a link to a specific Github repo. Is this the behavior that should be carried over to the main ideas page or is something else supposed to happen?

Happy to submit a PR, just want to make sure I understand the expected behavior

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the issue template!

ming-tsai commented 1 year ago

Hi @jodylecompte, I guess the problem is the project is making the search with case sensitive, so if you go to the page as this https://ideashub.netlify.app/Projects/clash-of-space it works.

If you want to open a pull request, let me know.