arrow_upward
Beginner Coding Projects
#1
What are some beginner coding projects that I could take on? Looking to get started and wanna get off the ground with smth on the easier side.



#2
I suggest you go through hackerrank. Then if you are interested in web development try build a real website using one of the popular frameworks, a sample project I like a lot are;
Build a simple rest API
Webcrawler
Pizza order system - make pizza customizable print costs etc
If you are into Linux - build a command line interpreter 
One you get more advanced try to build a compiler yourself



#3
Python is an easy language to learn... start making some easy cli exercises like creating a calculator to understand the syntax.



#4
try codingame.com