The repository is currently complete up to the end of the Week 11 worksheet tasks (tag:week11.2). Check out other git tags for known states (see section below).
This repository contains the growing code-base of our example React-based single page web app.
During the semester we will add to and adjust the default boiler-plate React application set up by the command create-react-app
. How to use this command will be introduced early in the module.
Important commits will be tagged so that you can check out a tag and begin working from a known starting point (e.g. what is used in one of the demonstration videos).
Generally tags will refer to the week the code applies to and will have a description about its state such as week 2 code after completion of basic worksheet tasks.
To see tags in the terminal use $ git tag -ln1
. In Github the tags appear under the 'release' subtab in the main repository 'code' tab.