This is a Next.js project bootstrapped with create-next-app.

Animated-Svg-Logo

Image Alt Text

The raw SVG image file is in Public folder

Features

• Infinite looping pulsating animation.

• When hovered over the logo,it stops pulsating and brightens up.

• When hovered over the logo, GrainBazaar text appears to increase more user interactivity.

• The text appears and disappears in a fade animation.

Setting up locally

• Fork the repo and then clone the main branch

• Navigate to the directory through your terminal

• Use "npm install" to install all the dependencies

• Use "npm run build" to do a production build first

• If the prouction build is succesful,Use "npm start" to start the application on localhost:3000