swarooppatilx / scruter

Scruter is a local classifieds and community site designed to bring people together for buying, selling, and exchanging goods and services.
https://scruter.vercel.app
GNU General Public License v3.0
15 stars 65 forks source link

Improving Social Media Icon Design and adding animation. #6

Open VidhanThakur09 opened 1 week ago

VidhanThakur09 commented 1 week ago

Description

The current Social Media icon design has a very basic layout and default anchor tag styling. The Icons have no animation when hovering. Enhancing the design of the social media icons and adding animations on them when hovering, improving styling and adding animation greatly improve the user experience and website presentation.

https://github.com/user-attachments/assets/1e32c105-61a8-45d3-9246-9dd9aaa5d6b2

Tasks:

Redesign the social media icons for better visual appeal. Appling hover animation over social media icons.

@swarooppatilx can you assign this issue to me

VidhanThakur09 commented 1 week ago

Thank you for assigning this to me.

VidhanThakur09 commented 1 week ago

Hi,i want to contribute but got stuck with this error Screenshot 2024-10-02 142613

when trying to live the project in my local host i have try making .env file and also did some researched online and found some ways to do this but it did not help

  1. Deleting the node_modules folder. Run npm install And then, re-runing the command npm start.
  2. using npm run serve
swarooppatilx commented 1 week ago

@VidhanThakur09 you need to add mongo db URL, install mongo db compass or you can create database on mongo db atlas (Cloud) and put that URL in .env file as given in README.md

VidhanThakur09 commented 1 week ago

Thank you for your time. I will implement the solution.