+ 1
I really need a list of simple projects i can embark on to challenge and improve myself
The list of projects should range from beginners to intermediate level.
3 Answers
+ 2
Try the coding challenges just below your Courses at the learn section of Sololearn. They might be helpful
+ 2
Why don't you practice logic building first. Try solving questions like factorial and Fibonacci series using recursion. Then go for printing different number series and pattern of stars like triangles and diamonds. Because this will really boost your confidence. Once this is done then you can move on to make some small projects like a banking system or a tic tac toe game etc.
+ 1
login system
searchbar
CMS
contact form
....
There are so many others and they use the same codes mostly for example the login system has actually 3 parts: 1. sign up 2. sign in 3. sign out and they all have the same codes. good luck đđ