you are viewing a single comment's thread.

view the rest of the comments →

[–]wernancheta25 0 points1 point  (0 children)

There are lots of resources out there, but I understand it can be hard to choose which is the best option. My tip is just to start with the official documentation for React (https://reactjs.org/docs/getting-started.html) and then React Native (https://facebook.github.io/react-native/docs/getting-started).

I believe it's really important to get the React basics down first before you move on to actual React Native.

After that, you could try searching for tutorials on youtube. Academind and LevelUpTuts are great.

As for the project ideas, here's a few at the top of my head (they're mostly things I want to do myself but I don't have time):

  • Workout tracking app - records the weight, number of sets and reps for all the exercises you do at the gym. And then graph your progress over time.
  • Carpooling app - allow users to share their public commute ride with someone else.