A robust time-management application developed under the CoDeHaSiB brand. This tool empowers users to log their daily activities, categorize them, and gain real-time insights into their time distribution.
const projectSpecs = {
name: "Track-My-Time",
developer: "Mohammad Hasib",
brand: "CoDeHaSiB",
logicLevel: "Intermediate (Data Processing)",
stack: {
frontend: ["HTML5", "Tailwind CSS", "Vanilla JavaScript"],
data: ["LocalStorage Persistence", "Object-Oriented Logic"],
features: ["Filtering", "Sorting", "Date-based Analysis"]
}
};