A full stack web app that helps you track opportunities like internships, jobs, and scholarships — so nothing gets lost in a group chat.
- Paste any link and the app automatically tries to find the deadline
- Manually set a deadline if none is found
- Email reminders 3 days and 1 day before the deadline
- Optional early reminder for longer applications
- Mark opportunities as complete
- Delete opportunities you no longer need
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- Email: Nodemailer + Gmail
- Scraping: Axios, Cheerio
- Scheduling: node-cron
- Clone the repo
git clone https://github.com/karenemily/opportunity-tracker.git- Install dependencies
npm install- Create a
.envfile in the root folder