Hey everyone! I just finished a JavaScript course and I'm eager to create my first project to showcase in my portfolio. My aim is to become a full-stack JavaScript developer. I know I need to delve into frameworks and back-end technologies eventually, but I want to start with a project that's fitting for my current level. I'm looking for something that highlights my skills, helps me grow, and can be completed relatively quickly. Any suggestions?
6 Answers
My first project was a Roman numeral converter. It was really fun and a solid way to apply what I learned! Plus, it's a neat little tool to have.
How about building a web calculator? You can include features for the order of operations, and if you want to get fancy, you could even make it graph functions!
If you know a bit of HTML and CSS, try creating a webpage for simulating user login and registration with dummy data. I did this for my first project, and it was surprisingly simple, just using string values for authentication. I spent a couple of days on it, and it turned out pretty well! If anyone's interested, I can share my GitHub repo for it.
Good suggestion to do something that genuinely interests you! Pick a topic or concept you enjoy and build from there.
You could also create a webpage that helps you brainstorm or choose your next project! Sometimes just having options laid out can inspire you.
If you're feeling adventurous, how about a simple 2D physics simulator? It can get complex depending on how much you want to implement, but it's a fun challenge too!

That sounds great! I'd love to see your repo to get some inspiration.