Is My Tetris Game Enough for a Junior Full Stack Developer Portfolio?

0
1
Asked By CreativeCoder99 On

I recently developed a Tetris game using JavaScript, HTML, and CSS, and I'd like to know if this project is suitable to showcase in my portfolio for landing a junior full stack developer role. You can check out my code on GitHub and play the game through the live link provided in the description. My main JavaScript code is located in the 'public/index.js' file. Do you think this level of work demonstrates the knowledge and quality needed to apply for such a position?

5 Answers

Answered By TechReviewer88 On

While your project shows initiative, there's quite a bit that could be improved. Features like high score tracking, audio, and proper bug fixes are essential for a polished Tetris game. If your code has random mutations and lacks clarity, it might not reflect well in a portfolio.

Answered By FeedbackAce On

For what it's worth, a well-crafted Tetris game can still impress as long as you demonstrate your understanding of both front-end skills and the crucial backend elements. Just make sure everything functions well and is easy to read!

Answered By CodeCritic22 On

I personally don't think it's quite enough. Games are great to showcase, but Tetris is so basic that it really needs to shine. Focus on the details! Like, how does your code handle functionality? I once made a memory game, and even though it was well-built, I got told it was too procedural—so emphasize both how and what you do.

TetrisFan99 -

Thanks for sharing your experience! I'll definitely consider that and work on making it more structured.

Answered By GameDevGuru77 On

Absolutely! As long as the code is decent, it's a solid addition to your portfolio. The concept itself is a good choice, but remember, quality matters too. Make sure to polish it up a bit before showing it off.

Answered By OldSchoolDev On

It's also about the presentation of your project. Make sure to break down your code into modules, tidy up comments, and clean up that massive index file. Full stack means showcasing proficiency on both the front end and back end, so don't forget to include some backend code too.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.