academic_project_tracker

๐ŸŽ“ Student Research Tracker

A personal research and task management system designed for graduate students and researchers.

Quick Start

  1. Clone or Download this template
    git clone <your-repo-url>
    cd project_tracker
    
  2. Install dependencies
    npm install
    cd src/frontend && npm install && cd ../..
    
  3. Initialize your tracker
    chmod +x setup-student-template.sh
    ./setup-student-template.sh
    
  4. Start the application
    npm run dev
    
  5. Open in browser
    • Go to http://localhost:5173

Whatโ€™s Included

Pre-configured Projects

Default Tags

Goal Tracking

Customization

Add Your Own Projects

  1. Click โ€œProjectsโ€ in the sidebar
  2. Enter project name
  3. Click โ€œ+ Create Projectโ€

Customize Tags

  1. Open any task
  2. Click โ€œ+ New Tagโ€ in the Tags section
  3. Choose a name and color

Set Semester Deadlines

  1. Go to โ€œDeadlinesโ€ view
  2. Update semester end date
  3. Add conference/paper deadlines

Modify Goals

  1. Navigate to โ€œGoalsโ€ view
  2. Edit Monthly/Semester goals
  3. Link tasks and projects to goals

Features

Tips for Students

Daily Workflow

  1. Check Board view for todayโ€™s tasks
  2. Move tasks across columns (To-Do โ†’ In Progress โ†’ Done)
  3. Add new tasks as they come up

Weekly Review

  1. Review Goals progress
  2. Update Deadlines if needed
  3. Archive completed tasks

Monthly Planning

  1. Create/update Monthly Goals
  2. Link relevant tasks to goals
  3. Set priorities for the month

Backup Your Data

Your data is stored locally in src/backend/data/tracker.db

Backup regularly:

cp src/backend/data/tracker.db tracker-backup-$(date +%Y%m%d).db

Customization Guide

Change Colors

Edit src/frontend/tailwind.config.js for theme colors

Add Custom Fields

Modify database schema in src/backend/models/database.js

Add New Views

Create new components in src/frontend/pages/

Requirements Checklist

Use this tracker to meet course requirements:

Support

Questions? Issues?

License

MIT - Feel free to modify and share!


Remember: This is YOUR research tracker. Customize it to fit your workflow! ๐Ÿš€