- Set up route in Node.js to load API data using fetch()
4
- Use asynchronous JavaScript to get JSON data from server-side to client
5
- Dynamically generate image tag using JavaScript
6
- How to keep your API key secure using dotenv
7
- Style the website with CSS
Description:
Embark on a live coding journey to build a Node.js application from scratch, even as a JavaScript beginner. Learn to set up a local Express.js site, create routes to load API data using fetch(), implement asynchronous JavaScript for server-to-client JSON data transfer, dynamically generate image tags, secure API keys with dotenv, and style the website using CSS. Follow along as the process unfolds, from initial setup to final touches, gaining practical insights into full-stack web development with Node.js and Express.js.
Building a Node.js App as a JavaScript Noob - Live Coding