From the course: JavaScript: Client-Side Data Storage

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Our sample project

Our sample project - JavaScript Tutorial

From the course: JavaScript: Client-Side Data Storage

Start my 1-month free trial

Our sample project

- [Instructor] The sample project is so minimal in code that I felt we could literally code it in a matter of minutes or so. But if you prefer, you can also leverage the one we have in our resources, and then you'll see the power of Live Server in action, so let's get to it. So the first thing let's go and create a folder. I'm gonna call this one Sandbox, and again, if you want to use the ones in the resources, you can go right ahead and copy those files, but let's go ahead and code this. You'll see how fast it goes. So what I'm gonna do is literally drag and drop the folder inside of VS Code. Now we have it open inside of VS Code. We can close that here, and we're gonna start creating a few files. The first one is going to be an html, so we're going to create first the index.html, and the second one will be the app.js, and that's all we need for now. So if you didn't know already, there's Emmet already pre-installed in all versions of VS Code, so you could do literally something like…

Contents