Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.35 KB

File metadata and controls

58 lines (40 loc) · 1.35 KB

TodoPro CLI - Landing Page

This is the GitHub Pages landing page for TodoPro CLI, a professional command-line interface for task management.

Live Site

🌐 https://minhdqdev-org.github.io/todopro-cli-web/

Features

  • Modern, responsive design
  • Terminal demo with animated cursor
  • Copy-to-clipboard functionality
  • Comprehensive installation instructions
  • Quick start examples
  • Links to full documentation

Local Development

To test locally:

# Using Python 3
python3 -m http.server 8000

# Using Node.js
npx http-server

# Using PHP
php -S localhost:8000

Then visit http://localhost:8000

Repository Structure

todopro-cli-web/
├── index.html              # Main landing page
├── assets/
│   ├── css/
│   │   └── styles.css      # Stylesheet
│   ├── js/
│   │   └── main.js         # JavaScript functionality
│   └── images/
│       └── favicon.svg     # Site favicon
└── README.md              # This file

Deployment

This site is automatically deployed via GitHub Pages from the main branch.

Any push to main will trigger a deployment.

License

MIT License - See the main todopro-cli repository for details.