👋 Hi! I'm Pak. 💻 I'm interested in website development and planning to go on mobile development. 💞️ I’m looking to collaborate on any website related work. 📫 Feel free to contact me via phichayut.somjai01@gmail.com
I’m currently learning...NextJS, Python, Java, TypeScript, and Backend Development
Latest solutions
Responsive Dictionary Web app
#axios#next#tailwind-css#reactSubmitted 11 months ago- what are the best practices for this project?
- are my codes readable and reusable?
- what should I improve more?
Responsive Product Preview Card using React.js and TailwindCSS
#react#tailwind-cssSubmitted almost 3 years agoResponsive URL Shortening API with NextJS + TailwindCSS
#axios#next#react#tailwind-css#motionSubmitted about 3 years agoResponsive Shortening URL API Landing Page using Next.js + TailwindCSS
#motion#next#react#tailwind-css#axiosSubmitted about 3 years agoStats Preview Card Component built by React.js and TailwindCSS
#react#tailwind-cssSubmitted about 3 years ago
Latest comments
- @WickedBlack@phichayut-pak
Hi! Congrats on your first project submission! 🎉🎉 Here are some suggestions from me:
-
Check your image if it works when your website is deployed. From what I've seen in your code, you assigned the wrong path in
<img>
tag. How you can fix is to change it to<img src="./image-qr-code.png" alt="Qr Code">
-
Sizing doesn't matter that much in here. But if you really want to make it challenging, it's easier for you to buy premium since you'll get an access to figma design which is more accurate than jpeg/png image.
-
From your second question, I would recommend you implement JavaScript to make it interactive as you want user to hover, the qr code will scale up and background will get blurred.
-
Try to make it to the center by making use of flexbox, it's one of the important features in css.
-
Even though you're trying to make the qr code scales up on hover, but it might be a bit big. You might want to scale that down. Moreover, when user quits hovering the qr code, it immediately quits the scaling. You should try using transition on this.
Happy Coding 👨💻👨💻
Marked as helpful -
- @amulyarawat87@phichayut-pak
Hey 👋 For your question, I think you're using
margin-block-start
andmargin-block-end
on the body making it moves and prevents it from having normal page. I would suggest you to useflex
indiv
instead ofbody
since it'll easily to see and it might fix this problem.Happy Coding!
Marked as helpful - @khalilnazari@phichayut-pak
Congratulations on your fixed submission 🎉🎉 What I would suggest here is :
- Make the eye bigger ( the one that appears when you hover the image )
- change the font and font size of the title
Equilibrium #3429
- Optional Do some transitions to make the website more alive
Happy Coding!
- @thejackshelton@phichayut-pak
Hi! I would say it's a great start for you! But first of all, congratulations on your project! 🎉🎉 Here are the things I would suggest :
-
For your question, I fixed it by playing with opacity on hover. You might wanna try that out, or another way is to use
group
andgroup-hover
from TailwindCSS ( it's a css framework that pretty much makes our styling quicker and easier ) -
You might be using padding without noticing that the overflow on x axis appears. Take a deep look on this, it'll affect a lot when you're working with different designs.
-
Font size and Font weight matter! You can choose whether you want to fix on this one, it's just for more detail.
Keep studying and practicing! 🔥🔥
Marked as helpful -
- @Dityath@phichayut-pak
Congratulations on your project 🎉🎉 What I would suggest is to take a deeper look at the font size on
0.041 ETH
and3 days left
. This is the only one I can suggest since you've done a pretty good job on this. Keep going on!! 🔥🔥 - @aryan10581@phichayut-pak
Hey! First of all, Congratulations on your project 🎉🎉 I've done reading your code and I saw that you're reloading the website everytime users click on the dice button. So here are few suggestions from me:
- Don't reload website, since it might affect other things if you want to add something more.
- When users click the button, fetch the data then it'll automatically change your value. You don't need to reload it anymore!
You can check mine if you want, Advice Project
Good luck on your next project! 🔥🔥🔥