Skip to content

amf-paulo-airship/aitools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you haven't installed them yet, you need to install some softwares and two extensions for VS CODE. One of them is a support tool necessary for this hands-on practice (Todo Tree).

TODO: Task #1 - Install Core NET 8

https://dotnet.microsoft.com/en-us/download

TODO: Task #2 - Install NodeJS

https://nodejs.org/en/download/package-manager

TODO: Task #3 - Install VS CODE

https://code.visualstudio.com/download

TODO: Task #4 - Install GitHub CoPilot Extention for VS CODE

https://marketplace.visualstudio.com/items?itemName=GitHub.copilot ext install GitHub.copilot

TODO: Exercise #1 - Open the terminal and use the interactive prompt to ask Copilot how to install the below extension via a command in the terminal.

https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree ext install Gruntfuggly.todo-tree

By installing the TodoTree extension or any other Todo extension, you will be able to follow this practice more effectively. The practice sequence is organized in the TODOS: first, complete the TASKS in order, followed by the EXERCISES, and optionally the CHALLENGES.

Let's get started!!!

**Before start remember: **CoPilot is not a compiler, sometime you will need to adjust things.

Hands-On Exercise Instructions

The application consists of two main folders: frontend and backend.

  • Frontend: Built using React and Vite.
  • Backend: A minimal .NET Core C# API project.

Using the Terminal

To run the backend

  1. Navigate to the backend folder: cd backend
  2. Start the backend server: dotnet run

To run the frontend

  1. Navigate to the frontend folder: cd frontend
  2. Install dependencies and start the development server: yarn && yarn dev

We are ready to start

Start watching this presentation

Ai tools for Developers

Open vs Code

Using the Todo Tree extension, complete the exercises in the order they appear. If you want an additional challenge, complete the optional challenges as well.

About

Practice - AI tools for developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published