https://github.com/ladykerr/dev-task-tracker
A developer-focused task tracker that helps coders organize coding projects with priorities, categories, and deadlines.
https://github.com/ladykerr/dev-task-tracker
Last synced: 5 months ago
JSON representation
A developer-focused task tracker that helps coders organize coding projects with priorities, categories, and deadlines.
- Host: GitHub
- URL: https://github.com/ladykerr/dev-task-tracker
- Owner: LadyKerr
- License: mit
- Created: 2025-03-12T14:07:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T15:49:35.000Z (12 months ago)
- Last Synced: 2025-03-12T16:39:40.744Z (12 months ago)
- Language: JavaScript
- Homepage: https://ladykerr.github.io/dev-task-tracker/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Copilot Workshop
## To get started:
1. fork the [repo](https://github.com/LadyKerr/dev-task-tracker/tree/main)
2. clone the repo to your local machine
```bash
git clone
```
3. switch to the `start-state` branch
```bash
git switch start-state
```
4. open project in your Editor and open `index.html` in your browser
You can use the [Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) in VS Code to open the index.html file in your browser.
## Live Demo prompts
To learn ho wto use GitHub Copilot we will complete a series of tasks to make this project better.
We'll be using the [workshop-prompts](./workshop-prompts.md) file to get started.