Skip to content

eficode/copilot-notes-app

Repository files navigation

Simple and Modern Day-to-Day Tasks Notes App

Features

Create and Edit Notes: Capture your thoughts quickly by adding new notes. And edit your notes seamlessly.

Delete Notes: Completed a task? Simply delete the note associated with it.

Downloading and installing Node.js and npm

Installation instructions

Running the application

To run the application, follow these steps:

  1. Install dependencies:

    npm install
  2. Start the application:

    npm run dev
  3. Run tests (optional):

    npm run test

Explore the code

Try going over the code to see what has been implemented and how.

/explain: for Copilot to explain you what the code does

Adding new feature

Try adding the feature as described in the Issue

Refactoring

If done.. Try the refactoring Issue

Document the code

Documenting code is always a boring and painful task. However, we can use Copilot to document it for us.

Other things that can be tried

  • Create new features in the code
  • Ask Copilot to make the UI better

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published