Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/traxdinosaur/yt-tracker
- Owner: TraxDinosaur
- License: ncsa
- Created: 2024-06-02T13:48:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T12:02:22.000Z (about 2 months ago)
- Last Synced: 2024-09-11T18:05:42.178Z (about 2 months ago)
- Topics: traxdinosaur
- Language: CSS
- Homepage: https://traxdinosaur.github.io/YT-Tracker
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)