From the course: JavaScript Code Challenges: Creating Web Apps
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Introduction: Job application tracker - JavaScript Tutorial
From the course: JavaScript Code Challenges: Creating Web Apps
Introduction: Job application tracker
- [Narrator] If you're applying to jobs, this one's for you. In this module, we're building a job application tracker. This is something to help you keep track of where you've applied, when you followed up, and what additional details are relevant. This project is extra exciting 'cause it's full stack. We've got a small Nod.js plus express backend to manage the data and a responsive front end to display and interact with this backend. We don't have real database, but we'll work with a JSON file instead. That is fine for small applications, but if you want to turn this into an actual app with multiple users, you probably want to switch to a real database. So here is what we'll end up with. Clearly it could be more elaborate, but that would make this module very lengthy. So we're keeping it simple but powerful, and everything we do here maps directly to real world development work. If you follow along closely, you might be able to elaborate it with features you'd like to have for…
Contents
-
-
-
-
-
-
(Locked)
Introduction: Job application tracker1m 3s
-
(Locked)
Planning the features52s
-
(Locked)
Overview of the necessary JavaScript concepts4m 6s
-
(Locked)
Creating the backend with Node.js and Express.js4m 19s
-
(Locked)
Test the backend1m 55s
-
Create the job list5m 5s
-
(Locked)
Create the form for adding jobs1m 15s
-
(Locked)
Final touches2m 53s
-
(Locked)
Challenge: Adding job favorites35s
-
(Locked)
Solution: Adding job favorites1m 37s
-
(Locked)
-
-