Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traxdinosaur/yt-tracker

Track My YouTube video production progress with dynamic progress bar.
https://github.com/traxdinosaur/yt-tracker

traxdinosaur

Last synced: about 21 hours ago
JSON representation

Track My YouTube video production progress with dynamic progress bar.

Awesome Lists containing this project

README

        

# YouTube Video Progress Tracker

[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
[![GitHub issues](https://img.shields.io/github/issues/TraxDinosaur/YT-Tracker)](https://github.com/TraxDinosaur/YT-Tracker/issues)
[![GitHub stars](https://img.shields.io/github/stars/TraxDinosaur/YT-Tracker)](https://github.com/TraxDinosaur/YT-Tracker/stargazers)
[![GitHub license](https://img.shields.io/github/license/TraxDinosaur/YT-Tracker)](https://github.com/TraxDinosaur/YT-Tracker/blob/main/LICENSE)
[![YouTube](https://img.shields.io/badge/Youtube-Subscribe-red)](https://www.youtube.com/@traxdinosaur)

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:
```bash
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)

```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](https://creativecommons.org/licenses/by-sa/4.0/) - see the [LICENSE](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](https://www.youtube.com/@traxdinosaur)