Ritwika-14 / CoupEarn

Earn by selling your unused coupons.
https://coupearn.netlify.app/
10 stars 17 forks source link

Enhance Design and Functionality of 'Browse' Button. #12

Closed Ritwika-14 closed 7 months ago

Ritwika-14 commented 8 months ago

Describe the bug The "Choose file" button need improvement in terms of their appearance and/or functionality..

To Reproduce Steps to reproduce the behavior:

Go to '/src/app.js' Scroll down to '212' and see bug. Expected behavior Change the colour , make the borders round , add a hover effect etc.

Screenshots 297392802-51471593-7d50-4c14-95ab-111b5b71ebdb

Additional context WRITING A SAMPLE CODE Click me //add class name

.my-button { / Adding a border radius of 10 pixels / border-radius: 10px;

/ Additional styling for better visualization / padding: 10px 20px; font-size: 16px; background-color: #4CAF50; color: #fff; border: none; cursor: pointer; }

/ Add hover effect / .my-button:hover { background-color: #45a049; }

sp-gits commented 8 months ago

I would like to work on this issue.

amanswarnakar commented 8 months ago

Hey @Ritwika-14, I would like to work on this issue under JWOC'24.

sp-gits commented 7 months ago

Can u add the JWOC and the difficulty labels to this merged PR