HACKER Q&A
📣 noob_eng

Projects one can build to get better at programming as a beginner?


Is there a list of projects or the like that beginning programmers can build to get better at their favorite programming language?

Also if there are repos, tutorials, walkthroughs you want to mention?


  👤 brudgers Accepted Answer ✓
[delayed]

👤 JoeCortopassi
The standard answer is:

    - Hello World
    - Calculator (add/subtract/multiply/divide)
    - Todo List (create/delete todo items, mark them as done, view completed and current)
    - Blog (user facing blog posts, a place to sign in and create/edit/delete posts)
    - Forum (user account handling, posting, moderation, etc)
The most gain of knowledge will come from just building the core functionality, but they quickly can become fun to tweak in small ways to add features

👤 fuzztester
Rudimentary versions of many common software products or utilities, like a text editor, we ird proceds-³ etc to try to get

tt[


👤 gls2ro
Not sure if they apply for any programming language but I wrote some ideas few weeks ago here https://allaboutcoding.ghinda.com/projects-ideas-for-learnin...