This isn't a tutorial. You won't follow a set of directions step-by-step. Instead, you will get an application at a certain state, a failing test that will pass once you learn and apply the concepts, and a set of goals with pointers to resources.
Think of it as a self-guided tour through React. The goal isn't to have you copy and paste or read a wall of text, the goal is to make you code and to learn through trial and error.
When you are ready:
- Fork the repo.
- Go to Settings and click Collaborators
- Add Your Teammates as collaborators (this way they'll be able to give feedback)
- Clone the repo locally
- Checkout the first branch
10
- Make a new branch from that:
git branch 10-me
- After that, work through the changes in the README
- Whenever you want feedback. Create a pull request for your branch onto the
step branch. In this case, you would create a pull request to pull
10-me
into10.
. Be sure to assign one of your collaborators, they will give you feedback. - You can also check progress by running
npm test
. If all the tests pass, you're on the right track. Submit your final PR.
Ok. Let's begin. Checkout branch 10 to get started
If you get stuck, check out some resources