rupali-codes / LinksHub

LinksHub aims to provide developers with access to a wide range of free resources and tools that they can use in their work. These resources include links to free software, libraries, frameworks, and other tools that can be used to build and deploy applications and websites.
https://linkshub.dev
MIT License
777 stars 557 forks source link

HOME PAGE #190

Closed pramodreddypandiri closed 1 year ago

pramodreddypandiri commented 1 year ago

What would you like to share or ask?

Currently we have only LinksHub Logo in Home page.

Screenshot 2023-02-11 at 8 20 04 PM

I think we can have some text/picture telling what can you get here(in this site) and guiding them to use sidebar for going to different sections (in all screen sizes). I think this can be taken as improving accessibility for user in UX point of view.

Additional information

No response

rupali-codes commented 1 year ago

Yeah, that would a great idea if we can add something like a GIF. Are you willing to work on this?

pramodreddypandiri commented 1 year ago

yes, but is there any thing like deadline? (sorry for newbie questions).

rupali-codes commented 1 year ago

yes, but is there any thing like deadline? (sorry for newbie questions). There's no need to be sorry, it's fine. We don't have any deadlines, but it's better if you do it asap. But yeah, take your take :)

pramodreddypandiri commented 1 year ago

I will pick this then.

pramodreddypandiri commented 1 year ago

can i install a package needed for implementation?

rupali-codes commented 1 year ago

can i install a package needed for implementation?

Yes you can,

pramodreddypandiri commented 1 year ago

Hi @rupali-codes ,as you have asked i close PR for this issue. But i really do not know how to commit only index.tsx and package.json for new PR. I need help , I am new to open source this is my first project.

pramodreddypandiri commented 1 year ago

Waiting for you guidance @rupali-codes

rupali-codes commented 1 year ago

Waiting for you guidance @rupali-codes

You can add specific file/s by using this commands To add file/s

 git add <file_name>

To commit file

git commit -m "<commit_message>"
pramodreddypandiri commented 1 year ago

merger issue #212