From the course: React: Cloud-Powered Apps with Firebase

Using the exercise files

From the course: React: Cloud-Powered Apps with Firebase

Start my 1-month free trial

Using the exercise files

- [Speaker} We will be building a fictitious App called The Grid, which will contain a list of secret agents. The exercise files contains a Git repository, you can download the exercise files from the course homepage, or clone the GitHub repository found at this URL. Once downloaded, you can run npm install in the master branch, you will only need to npm install once at the root of this project, in order to install all of the dependencies. The master branch contains the completed application, and the starting point for this course with a branch 0104-begin. So we can check out 01-04-begin. I recommend you start here and work together with me and build the entire Application. At any point, if you wish to see the files for a specific video, there's a branch you can use. For example, if you're in chapter two, video three, you can check out the branch 02-03-begin. If you wish to see the completed files for that particular video, you can check out the branch 02-03-end. For each video, you can also view the pull request I made, to verify the changes match with your work. Lastly, there is sample data that you can use for your users. And this is found under the profiles folder, including images and data that you can use

Contents