DEV Community

Discussion on: Become a Full Stack Developer by building these amazing applications

Collapse
 
nocnica profile image
Nočnica Mellifera

I would recommend building a basic project before trying to build your dream project. If you haven't made a to-do list app example, your ideas may not be realistic to what the framework is actually able to do.

The steps would be:

  • define how a to-do list app should work
  • find a guide (searching 'to do list app [react/iphone/android/javascript]' will get you a guide for the framework you want to use)
  • build your version
  • try adding a feature

a to-do list app, with a guide, should take just 1-3 days to go from concept to finished project, and it will save you weeks of time.

Collapse
 
anesu profile image
Anesu Kafesu

Thanks. I think I'm going to do the to-do list and learn from from there.

Collapse
 
myogeshchavan97 profile image
Yogesh Chavan

Really true. Nice detailed steps. I would also recommend to start with something small and then move on to building the project idea.