Angular Activity

In this activity, you'll be creating the frontend that the user will actually see. You'll use AngularJS to get data from your server and then render that data on the page. By the end of this section, you'll have a fully working webapp that you can take home and show off!

Click here to get started!

Didn't finish the Node activity? No problem! You can run these commands to download a working version of the backend:

Important: Only run these these commands if you did not already finish the backend!

cd ~/workspace/how-to-api/
git stash
git checkout node-finished