harshmangalam / event-blend-frontend

Open source meetup alternative powered by Qwik
7 stars 25 forks source link

Add category card transition on hover #103

Open harshmangalam opened 3 days ago

harshmangalam commented 3 days ago

In Home page currently Category card have no any transition on hover. Add following tailwind properties for that on hover

HP200421 commented 3 days ago

Assign this issue to me. I would like to contribute in your project.

harshmangalam commented 3 days ago

Thanks @HP200421

HP200421 commented 1 day ago

Hey Harsh, I need your help understanding this project image

I am not seeing any data. Why is that so? And i am already done with server setup

harshmangalam commented 1 day ago

You need to seed your backend db with the data. I have not added the docs for seeding but you can look into /feature/seed directory there are routes availabe to seed locations, categories,users etc.. In future i am going to make seeding more better and integrate with prisma but for now you can use the specific route for seeding.

HP200421 commented 21 hours ago

Thanks @harshmangalam And docs about it will be really helpful.

kliu57 commented 11 hours ago

@HP200421 This is how I did the seeding using postman. Not sure if it's 100% properly done though.

seed1 seed2 seed3 seed4 seed5 seed6 seed7 seed8

HP200421 commented 10 hours ago

Thanks @kliu57 Finally done