how softwares are made entirely from scratch | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how softwares are made entirely from scratch

Plz suggest some projects that i could do

19th Apr 2017, 11:39 AM
shobhit
shobhit - avatar
2 Answers
+ 1
color picker. good first project, I learned a lot of different GUI things making it. button click listener frames panels canvas sliders radio button input boxes writing and reading to files mouse listener popup message http://leakyegg.website.tk/RGB.zip Quite simple, but alot was learned making it
19th Apr 2017, 12:19 PM
LordHill
LordHill - avatar
+ 1
After the ideas from Dirty Joe, you could try using random numbers for a guessing game, rolling dice, working with images and if you are feeling confident somewhere along the line, try accessing and showing data from a database. Think of a problem, e.g. a simple calculator, and try to program it, either using the GUI Swing interface or just using the standard textual interface. You could also try to calculate someone's age given their birth date, or work out if a particular year is a leap year, or read a text file and writ it to another file. There are so many things you can do to start.
19th Apr 2017, 1:04 PM
Mike Allen
Mike Allen - avatar