From the course: JavaScript: Enhancing the DOM

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Project overview

Project overview

- [Lecturer] In this module, we're going to build a project, an interactive resume project to be precise. So let's start with the end result. On the left, I have my project files, and you can see the folder Interactive resume project. First step for me is to step inside this folder, and then the next step is to install all the dependencies. I'm going to say npm install. You do need to have npm install for this step. Then my next step would be to run npm start, and that's going to spin up the project. As you can see, it's now running on port 3000. In the browser, I'm going to navigate to localhost:3000/index to the html. And this is what it shows. It already has some dummy data. And you can see, I have a menu with three tabs. So here we have the experiences and I can go ahead and sort them by date. I can also add an experience and it'll be added to the list. Then I have my skill step, and in my skill step I can go ahead and add certain skills and I can go ahead and delete them as well.…

Contents