TodoCLI: A Minimalist Command-Line Interface Task Manager
Experience efficient task management with a sleek, retro-terminal aesthetic, powered by modern web technologies.
https://github.com/vann-snow/todocli.git
cd todocli
check if you have a php installed in your machine php --version
If PHP is installed, proceed to start the development server.
create a server php -S localhost:3000
Visit http://localhost:3000
to see the application.
- Type your task in the input field
- Press Enter to add the task
- Click on tasks to mark them as complete
- Visual progress bar updates automatically