I've been working on a project that showcases an e-commerce site, which you can check out [here](https://e-commerce2-rust.vercel.app/), and I've also got the code on GitHub [here](https://github.com/shaikazeem2001/E-commerce). As a graduate student with no prior work experience, I'm curious if this kind of project could help me land a job. By the way, I'm also an international student! What do you think?
2 Answers
A README.md file would be helpful! It should explain how your app works, like transaction processes. It’s important to include details on how to run it locally, known bugs, tech stack, etc. If you're keen, look into dockerizing it for deployment on a cloud platform. It'll add a lot of value!
You’ve got a solid start with your layout, but to really impress recruiters, consider making it look more like a real product. Right now, the title still says 'frontend', which might give off a tutorial vibe. Adding custom images, real product descriptions instead of filler text, and a unique color scheme can help you stand out.

Yes, I've added the README! Thanks for the advice!