this post was submitted on 06 Dec 2023
37 points (93.0% liked)
Programming
17394 readers
152 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As @eldritch_lich said, react native is a good choice.
Start to learn JS first. Find tutorial in the format you want.
You will have to write useless code for the sake of learning.
Then when you will start to know a bit of JS, you can start to learn html, css, then react. Then you will be able to write your app.
It may sounds like a lot, but:
Sweet thanks for laying out a simple progression path.
How good have you found ChatGPT to be? My understanding is that sometimes it's great but other times it's way off base. Then you have to figure out what went wrong and you know how the saying goes "You don't know what you don't know."
ChatGPT should be plenty good for any foundational questions you have. And asking "how could I improve this code" with a code snippet can give you insight into better ways to do things. If you ask it for broad responses like "write me an app for relaxation sounds", I can guarantee that it won't work, but using it alongside a tutorial when you have questions or get an error can save so much time.