It is udacity professional web developer track 2nd project which is an asynchronous web app that uses Web API and user data to dynamically update the UI.
- Setup a Node environment with Express and the necessary project dependencies
- Setup a server with GET and POST routes
- Create developer credentials for a Web API
- Use the Fetch API with my credentials and user input to get dynamic data into my app routes
- Access a GET route on the server side, from a function called on the client side
- Chain Promises together
- Access HTML elements with JavaScript and set their properties dynamically
Note: I adjusted the css of the project
