Step 9
We are done with the QuickNote app! Push the local changes to GitHub and make sure the Netlify site works as expected.
The app is deployed at https://quicknote-fa21.netlify.app/, and its repository is at https://github.com/cs280spring/quicknote-app.
Notice the repository contains four branches. The main
branch has the commit history from start to finish. On the other hand, the branches part-1
, part-2
and part-3
only include the steps for the designated part.
To clone a specific branch, perform one of the following:
git clone -b part-1 https://github.com/cs280spring/quicknote-app.git
git clone -b part-2 https://github.com/cs280spring/quicknote-app.git
git clone -b part-3 https://github.com/cs280spring/quicknote-app.git