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

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.

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.