Skip to content

MJaloui/gigtrack-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GigTrack

A freelance project manager app to track client projects, deadlines, deliverables, hours, and invoice status.

image

Features

  • Track Projects: Add and manage client projects with deadlines and deliverables
  • Log Hours: Track hours worked on each project
  • Invoice Status: Monitor invoice status (Not Invoiced, Invoiced, Paid, Overdue)
  • Priority Levels: Color-coded priority levels (High/Medium/Low)
    • High: Red border
    • Medium: Yellow border
    • Low: Green border
  • Client Rating: yes/no rating to track which clients to work with again
  • Edit & Delete: Full CRUD functionality for projects

MongoDB Collections

  • projects - Contains project data with:
    • clientName (String)
    • projectName (String)
    • deadline (Date)
    • deliverables (String)
    • hours (Number)
    • invoiceStatus (String: Not Invoiced, Invoiced, Paid, Overdue)
    • priority (String: High, Medium, Low)
    • rated (Number)
    • rated (Number)
    • timestamps (createdAt, updatedAt)

Database

The app uses MongoDB database: gigTrack

About

Click the link below to check out my app!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors