Using the Random User API to create a modifiable feed of users.
The notes folder contains the plan for lesson, it contains steps, snippets, components, and styles you will need to complete the branch.
The branches available are below.
- main
- lesson-start
- post-challenge
Start on lesson-start then move onto post-challenge to complete it.
Clone the repo and install the dependencies.
git clone https://github.com/nology-tech/react-api-codealong
cd react-code-along
npm installTo start the live server run.
npm startTo change branch.
git checkout name-of-branch