shriya-tiwari / Reciplay_website

A website built using basic HTML, CSS and Javascript for beginner developers to learn basic developing and API calling.
https://reciplay.vercel.app/
4 stars 13 forks source link

added animations and dark mode #27

Closed khushigarg1 closed 2 years ago

khushigarg1 commented 2 years ago

added some text animations, hover effects for submit button and dark mode.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
reciplay ✅ Ready (Inspect) Visit Preview Oct 23, 2022 at 2:15PM (UTC)
shriya-tiwari commented 2 years ago

Great work, but the recent pull request that i merged had removed alerts and added snackbars. I can see in changes that you have removed the snackbars from the code, please add them and bring the website to the previous state and then create a new pull request with your added code. Also if you can make the design of submit button match the theme of the website please do that.

khushigarg1 commented 2 years ago

Okay I will do that Thank you.

khushigarg1 commented 2 years ago

Should i remove hover effect of submit button?

shriya-tiwari commented 2 years ago

Should i remove hover effect of submit button?

No the hover effect is fine, just change the color such that the submit button matches the theme and colors of the website, the rainbow effect is not going along that well with the website and the black color of the submit button as well.

khushigarg1 commented 2 years ago

I have changed black color of submit button.

shriya-tiwari commented 2 years ago

I still cant see the snackbars, please add the div of snackbar that was present in index.html and the function enableSnackbar in index.js. You can refer the changes that you need to make from the 'files changed' option.

shriya-tiwari commented 2 years ago

Refer to the changes that PR #26 has done and ensure that they are present.

khushigarg1 commented 2 years ago

Sorry, Now I have added snackbar.

shriya-tiwari commented 2 years ago

Great work @khushigarg1

khushigarg1 commented 2 years ago

Thank You!!