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

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