HimanshuNarware / CareerZunction_Intern

CareerZunction, an open-source platform, offers 200+ internships. Its user-friendly interface enables students to access career resources and foster professional growth. By connecting students with diverse opportunities, it empowers them in their career journeys. Testing Link-> https://career-zunction-intern-testing.vercel.app/
https://career-zunction.vercel.app
94 stars 133 forks source link

[Feature Request]: Improving the four buttons on the home page #375

Open JirenXmoksh opened 1 week ago

JirenXmoksh commented 1 week ago

Is there an existing issue for this?

Feature Description

I saw that overall feel and look of the website is quite good but these four buttons can definitely be revamped to give a better user experience.

Use Case

This will make the interface more immersive.

Benefits

This will make the interface more immersive.

Add ScreenShots

Screenshot 2024-06-16 191003

Priority

High

Record

github-actions[bot] commented 1 week ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

Shubh942 commented 1 week ago

Good luck!

JirenXmoksh commented 1 week ago

@Shubh942 the code is unreadable... there aint no valid html file through which I can open the website and see the changes being made, please unassign this issue. :)

Shubh942 commented 1 week ago

I think this is your first time contributing to a real-world project. The code is not unreadable; it is written in React-Redux (a JavaScript framework). You can explore this framework, as it will also increase your programming knowledge. Please read the README.md file for instructions on setting up the project correctly.

Also if you face any error, ping me for any help.

JirenXmoksh commented 1 week ago

@Shubh942 thank you for the support but my query is that with a normal html file linked with a css file, we can make any changes and directly see those changes happening by opening it in a browser, but how can i acheive that with .jsx files, if i make any change, how can i see its effect?

Shubh942 commented 1 week ago

This is not normal html file. you can change in jsx file, and see the changes in running server. Please refer react documentation for more.