Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 542 Bytes

Copilot with Vue.js Demo

This repo contains some simple code written with Github Copilot. None of the code in this repo was written by a developer. It was all created with Github Copilot.

What did Copilot Do?

  1. Created a slugify uitility function
  2. Created unit tests with Vitest for the slugify function
  3. Created an image carousel component
  4. Installed and setup Tailwind CSS
  5. Styled the image carousel with Tailwind

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev