ColoredCow / CodeTrek2019-Build-a-mobile-app

0 stars 0 forks source link

Build a mobile app

How to participate and share your progress during sessions

  1. Check in every morning during a session for a fresh exercise. You need to go to the issues tab and look for something like Day 2 at Developing Interfaces.
  2. During the day, add a comment in the issue. Your comment should mention how many items you have completed and how many remains. Make this a task list using GitHub. Read here on how to create a task list in GitHub. image
  3. Check your email every night during a session to get the code for that day's exercise. Compare this with your code and answer the following queries:
    1. Does your code look similar to the code provided?
    2. What are the things you missed? What are the things you put extra?
  4. If you think you are way behind and cannot catch up before next exercise begins, you can use the code provided to start the next exercise. Make sure you come back and complete your code after the session.

Day 1 – Introduction to Mobile Development and setup the system

Helpful links:

  1. Install Sublime Text
  2. Install Git command line tools
  3. Install WAMP server
  4. Read about Git and Github
  5. Read about React Native
  6. Learn about ES6

Day 2 – Basic terminology and react native life cycle

Helpful links:

  1. React Native styling and workflow
  2. React native networking

Day 3 – The complete workflow with rest api integration.

Helpful links:

  1. Laravel Official Docs
  2. Learn react native basic terminology : React basics