https://tshetendev.onrender.com
Here's the link. And can you guys provide some genuine feedbacks.
Happy Hacking!!!👌👌
I've built it using NodeJS, React & Expressjs.
https://tshetendev.onrender.com
Here's the link. And can you guys provide some genuine feedbacks.
Happy Hacking!!!👌👌
I've built it using NodeJS, React & Expressjs.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (10)
Yo! Nice web. I do have some feedback:
x-overflow: hidden
on the body. Right now there is a horizontal scroll bar at the bottom. That should hide that and deal with any overflow.Good work!
really decent for a recent graduate portfolio - however I second what the other commenter said about that onrender host being absolute dogshit (although i'm partial to cloudflare pages > vercel myself)
Haha, yeah I’ve been feeling the Render pain myself 😅.
Thanks for the tip — I’ll check out Cloudflare Pages too, sounds like it could be a solid upgrade.
Appreciate you taking the time to look through my portfolio!
Ive deployed the front-end of many production applications on pages. its no joke. free too. its really simple and super fast for iterating quickly, very comparable to vercel. if you ever need a quick back end, cloudflare workers are a great option as well. you can monorepo your project, have a front end thats deployed on cloudflare pages (just have to adjust the target from the root directory to your front end project directory) and then deploy your backend with "npx wrangler deploy" and then you have free front and backend webhosting all in cloudflare! highly recommend that workflow for sideprojects if youre tinkering a lot as a new graduate this is a lifehack i'm happy to pass along!
Really appreciate it. I'll prolly look into it! 👌👌
Hey, thanks a lot for checking out my portfolio and for the feedback!
Yeah, I noticed the Render cold start delay too — I’ll definitely look into moving it to Vercel.
And good catch on the horizontal scroll, I’ll fix that with overflow-x: hidden.
Glad you liked the animations and gallery!
Looks great! If you don't mind me giving a bit of feedback:
Anyways, it looks super awesome!
Thanks for the feedback, I will definitely look at that.
The portfolio look pretty good but,
Thanks a lot for the feedback!
I’ll work on improving performance, smoothing animations, and moving to Vercel.
About the gallery — the buttons are actually for horizontal spin/scroll, but I see how it might not be clear. I’ll look into making that more intuitive.
And I’ll also tweak the UI/fonts for better readability. Appreciate your input!