anubhav06 / eatit

🍜 Online food ordering web application made using React+Django
https://eatin.vercel.app/
MIT License
3 stars 0 forks source link

IMPROVE: Cart Page CSS #21

Open KendallDoesCoding opened 2 years ago

KendallDoesCoding commented 2 years ago

Does the cart page use something close to the Swiggy Template?

image

anubhav06 commented 2 years ago

Yes! I tried my best to make the cart page similar to Swiggy (although I am not good with frontend designing 😅) 0

KendallDoesCoding commented 2 years ago

Yes! I tried my best to make the cart page similar to Swiggy (although I am not good with frontend designing 😅) 0

Yeah thought so! I mean it looks pretty good on your site too, but maybe like Swiggy it can show some icons.. Add a "Apply Coupon" field and show the restaurant name?

anubhav06 commented 2 years ago

Yes definitely. I had planned to add the restaurant information as well (like Swiggy) but I think I dropped that idea because of the CSS work (as I am not good at CSS) 😂. But now that you have come up with this topic, so it can be opened for the community to contribute, if anyone wants to work on it.

As far as the "Apply Coupons" field is concerned, this will also require some backend work for the coupons to work (by validating the coupon codes). So I think, this can be opened as a separate new issue

KendallDoesCoding commented 2 years ago

Yes definitely. I had planned to add the restaurant information as well (like Swiggy) but I think I dropped that idea because of the CSS work (as I am not good at CSS) 😂. But now that you have come up with this topic, so it can be opened for the community to contribute, if anyone wants to work on it.

As far as the "Apply Coupons" field is concerned, this will also require some backend work for the coupons to work (by validating the coupon codes). So I think, this can be opened as a separate new issue

Oh ok, you can make a branch and I'll try working on the CSS coz I'm decent at CSS

anubhav06 commented 2 years ago

Pls check the installation and contributing guidelines if you would like to contribute.

Also, just a clarification that for running the project, one needs to run the backend server as well (Django), since you mentioned that your computer cannot handle Django

KendallDoesCoding commented 2 years ago

Pls check the installation and contributing guidelines if you would like to contribute.

Also, just a clarification that for running the project, one needs to run the backend server as well (Django), since you mentioned that your computer cannot handle Django

Will do... Yes my computer can't handle Django, but I can try to get it running using Gitpod, if possible.