Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 919 Bytes

File metadata and controls

23 lines (17 loc) · 919 Bytes

Resume Projects Tracker

This file tracks the status of the three projects planned for the next three weeks.

Week Project Stack Status
1 JobTrackerr-FullStack-React-Django React + Django 🔄 In Progress
2 TBD React + Django ⏳ Not Started
3 TBD Next.js + Django/Next.js ⏳ Not Started

Project Details

Week 1: JobTrackerr-FullStack-React-Django

  • Description: A full-stack web application to track and manage job applications.
  • Directories: ./JobApp/backend and ./JobApp/frontend
  • Current Focus: Frontend UI: Designing Premium Components and Pages.

Created on 2026-02-04

🛠 Technical Debt / Next Steps

  • Dependency Deduplication: expo doctor detected duplicate expo-constants versions.
    • Action: Run rm -rf node_modules package-lock.json && npm install in the mobile directory.