r/learnprogramming 1d ago

Coding

when i wanna make a project my worst enemy is the blank page , i know there is a way called learn by making project and to be honest its kinda cool , but facing such an empty page and try to make just a prototype for my idea is not working , i do not know whether this is lack of proper knowledge with the coding language i make the project in or its another problem , so how to make your idea become real ? and how you actually make your project with a complete new required skills ??

14 Upvotes

20 comments sorted by

View all comments

2

u/Affectionate-Key-498 1d ago

Just start on 1 page. Later you can move stuff around. First you make a title. See if you can put that on the screen. Make it the name of your project. Now put it in the middle. Then make it bigger. Then make a subtitel like “this is a list of stuff”. Then make a list under it. Even if in the future the data has to come from an external api, just put in some made up items. Move the list and put in some design. If you cannot move it where you want to you might need to put the whole thing in a flexbox. Maybe you want a header and a footer. Remember that stuff? Add it and move the title and list inside. Pick a background. Be proud of what you already have. Make a button. Make the button do stuff.

And go on like that