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
From the course: JavaScript: Enhancing the DOM
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
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Project overview1m 53s
-
(Locked)
Walkthrough the Node.js backend1m 40s
-
(Locked)
Showing sections2m 37s
-
(Locked)
Showing and adding experiences11m 6s
-
(Locked)
Adding and displaying contact information11m 32s
-
(Locked)
Challenge: Adding a feature1m 13s
-
(Locked)
Solution: Adding a feature1m 52s
-
(Locked)
-