ProTask
ProTask
ProTask (also referred to as NovaTask in the readme) is a task management web application built with TypeScript and React. The README is written in Uzbek and reads primarily as a developer's changelog rather than a user guide, describing a visual redesign and several bug fixes applied to the app.
From the component names and deployment notes, the app includes sections for tracking tasks with subtasks, daily goals, recurring habits, and water intake. All data is saved in the browser's local storage, meaning it persists between visits without requiring a server or account. The interface uses a dark color scheme with glassmorphism-style card effects and animated hover states.
The changelog covers fixing dark mode toggling with Tailwind CSS v4, resolving a form submission bug that caused unexpected page reloads in some environments, and correcting spacing errors in heading text. Deployment is done by connecting the repository to a hosting service such as Vercel, which builds the project automatically with a standard npm build command.
The README provides no setup instructions for running the project locally and no description of the app's features written for an end user. Understanding the full scope of the application requires browsing the source code directly.