Skip to content

vann-snow/todocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TodoCLI: A Minimalist Command-Line Interface Task Manager Experience efficient task management with a sleek, retro-terminal aesthetic, powered by modern web technologies. image

🚀 Quick Start

Clone the repository

https://github.com/vann-snow/todocli.git

Navigate to project directory

cd todocli

check if you have a php installed in your machine php --version

If PHP is installed, proceed to start the development server.

Start development server

create a server php -S localhost:3000

Visit http://localhost:3000 to see the application.

💻 Usage

  1. Type your task in the input field
  2. Press Enter to add the task
  3. Click on tasks to mark them as complete
  4. Visual progress bar updates automatically

todocli