This is the third of five projects required in order to be considered for a frontend certification by Udacity. It tests my ability to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
- This project runs on
Node.js
. In the root foldernpm install
to install it dependencies. - Then run
npm run start
to get started. - Visit
localhost:3001
in any modern browser to test this application.
This project was bootstrapped with the skeleton project provided by the Udacity team.