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.
To run the application, follow these steps:
-
Install dependencies:
npm install
-
Start the application:
npm run dev
-
Run tests (optional):
npm run test
Try going over the code to see what has been implemented and how.
/explain
: for Copilot to explain you what the code does
Try adding the feature as described in the Issue
If done.. Try the refactoring Issue
Documenting code is always a boring and painful task. However, we can use Copilot to document it for us.
- Create new features in the code
- Ask Copilot to make the UI better