Skip to content

aman456dev/decodelabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

FullTrack.ai

A full-stack style single-page web application inspired by FullTrack.ai — an AI-driven project tracking, analytics, and idea management platform.

This is a frontend simulation of a full-stack app. It runs entirely in the browser using localStorage to persist data, simulating a backend database.

Features

Dashboard

  • Real-time statistics with animated counters
  • Project status distribution (doughnut chart)
  • Weekly activity overview (bar chart)
  • Recent projects at a glance

Project Tracker (Full CRUD)

  • Create projects with name, description, status, priority, progress, deadline, and tags
  • Read with filterable table (by status and priority)
  • Update any project field via edit modal
  • Delete with confirmation dialog
  • Data persists across sessions via localStorage

AI Architect

  • Simulated AI-powered roadmap generation
  • Context-aware: detects project type (e-commerce, social, analytics, mobile, AI/ML, API, general)
  • Generates phased roadmaps with tasks tailored to the project type
  • Timeline-aware phase duration calculation
  • Tech stack recommendations
  • Save and manage generated roadmaps
  • One-click project creation from roadmaps

Analytics

  • Completion rate trend (line chart)
  • Priority distribution (polar area chart)
  • Project progress timeline (horizontal bar chart)

Design

  • Modern dark mode aesthetic
  • Fully responsive — works on desktop, tablet, and mobile
  • Smooth animations and transitions
  • Toast notification system
  • Sidebar navigation with mobile hamburger menu

Tech Stack

  • HTML5 — Semantic markup
  • CSS3 — Custom properties, Grid, Flexbox, animations
  • Vanilla JavaScript — No frameworks, IIFE pattern
  • Chart.js — Interactive charts (loaded via CDN)
  • localStorage — Client-side data persistence

Getting Started

  1. Clone the repository
  2. Open index.html in a browser — no build step required
# Or use a local server
npx serve .
# or
python3 -m http.server 8080

Project Structure

.
├── index.html    # Main HTML with all page sections and modals
├── styles.css    # Complete styling with dark theme and responsive design
├── app.js        # Application logic — navigation, CRUD, charts, AI roadmaps
└── README.md     # This file

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors