Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.93 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.93 KB

YouTube Video Progress Tracker

License: CC BY-SA 4.0 GitHub issues GitHub stars GitHub license YouTube

Track the progress of your YouTube video production with this simple and customizable tracker. Keep your workflow organized from planning to publishing.

Features

  • Dynamically updated progress bar based on JSON data.
  • Customizable steps to fit your video production process.
  • Transparency and organization in your video production workflows.

Usage

  1. Clone the repository:
    git clone https://github.com/TraxDinosaur/YT-Tracker.git
  2. Customize the data.json file with your video progress data.
  3. Open index.html in a web browser to view the progress tracker.

Example Data (data.json)

{
    "videoTitle": "My New Video",
    "progress": {
        "planning": true,
        "scripting": true,
        "shooting": true,
        "editing": true,
        "review": true,
        "publishing": true,
        "publishDate": "2024-06-15"
    }
}

License

This project is licensed under the CC BY-SA 4.0 License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

YouTube Channel

Check out our YouTube channel for more content: TraxDinosaur