Countdown Task Manager is a React & Vite-powered web application that helps you manage tasks by estimating task durations and aligning them with your working hours.
- Estimate task completion times dynamically
- Align tasks with your available working hours
- Simple, intuitive React-based interface
- Built with Vite for fast development and performance
- Node.js (v16+)
- npm or yarn
- Clone the repository
git clone https://github.com/asargin-dev/countdown-task-manager.git
cd countdown-task-manager
- Install dependencies
npm install
# or
yarn install
npm run dev
# or
yarn dev
- React
- Vite
- JavaScript/TypeScript
- Input tasks with estimated durations
- Set your available working hours
- Application automatically schedules and prioritizes tasks
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Ahmet Sargın - contact@ahmetsargin.com
Project Link: https://github.com/asargin-dev/countdown-task-manager