{"id":26184421,"url":"https://github.com/eficode/copilot-notes-app","last_synced_at":"2026-06-20T16:31:44.229Z","repository":{"id":273698488,"uuid":"920573435","full_name":"eficode/copilot-notes-app","owner":"eficode","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-12T05:12:54.000Z","size":125,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-24T03:41:56.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eficode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-22T11:50:58.000Z","updated_at":"2025-08-12T05:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"42924a6e-e9bc-40b1-9291-719c156bb8ab","html_url":"https://github.com/eficode/copilot-notes-app","commit_stats":null,"previous_names":["eficode/copilot-notes-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eficode/copilot-notes-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fcopilot-notes-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fcopilot-notes-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fcopilot-notes-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fcopilot-notes-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eficode","download_url":"https://codeload.github.com/eficode/copilot-notes-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Fcopilot-notes-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34578089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-11T22:55:51.623Z","updated_at":"2026-06-20T16:31:44.188Z","avatar_url":"https://github.com/eficode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple and Modern Day-to-Day Tasks Notes App\n\n## Features\n\n**Create and Edit Notes:** Capture your thoughts quickly by adding new notes. And edit your notes seamlessly.\n\n**Delete Notes:** Completed a task? Simply delete the note associated with it.\n\n## Downloading and installing Node.js and npm\n\n[Installation instructions ](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)\n\n## Setting up your own repository\n\nTo create your own version of this project, follow these steps:\n\n1. **Clone this repository**:\n    ```bash\n    git clone https://github.com/eficode/copilot-notes-app.git\n    cd copilot-notes-app\n    ```\n\n2. **Create a new repository on GitHub**:\n   - Go to GitHub and create a new repository (don't initialize with README, .gitignore, or license)\n   - Copy the repository URL\n\n3. **Remove the original remote and add your new repository**:\n    ```bash\n    git remote remove origin\n    git remote add origin NEW_REPO_URL\n    ```\n\n4. **Push the code to your new repository**:\n    ```bash\n    git branch -M main\n    git push -u origin main\n    ```\n\nNow you have your own copy of the project that you can modify and experiment with!\n\n## Running the application\n\nTo run the application, follow these steps:\n\n1. **Install dependencies**:\n    ```bash\n    npm install\n    ```\n\n2. **Start the application**:\n    ```bash\n    npm run dev\n    ```\n\n3. **Run tests** (optional):\n    ```bash\n    npm run test\n    ```\n\n## Enable Copilot coding agent on your repository\n\nBefore we can start delegating requests to Copilot, we need to grant access to our repository.\n\n1. In the top right, click your **user icon** and select **Settings**.\n\n1. In the left navigation, expand the **Copilot** section and select **Coding agent**.\n\n1. The **Repository access** field should either have All repositories or `Only selected repositories` and ensure the new repository is selected.\n\nThis ensures the Copilot coding agent is properly configured for your repository.\n\n## Explore Copilot coding agent settings in your repository\n\nTo check the Copilot coding agent settings for your repository:\n\n1. Go to your repository on GitHub.\n2. Click on **Settings** in the repository menu.\n3. In the left sidebar, find and select the **Copilot** section.\n4. Click on **Coding agent**.\n5. Explore the **Internet access** settings. This is the place where the Copilot's access to internet can be restricted. [More information](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-firewall)\n\n## Adding new feature\n\n1. **Create a new issue** in this repository, similar to the [Issue](https://github.com/eficode/copilot-notes-app/issues/1).\n2. **Assign the issue to GitHub Copilot Agent**:\n   - After creating the issue, you can assign it to `Copilot` using the assignees section on the right sidebar of the issue.\n3. **Use GitHub Copilot Agent in your issue**:\n   - Once assigned,The issue will have an `👀` reaction to show Copilot is reading the issue.\n   - The activity log shows you assigned the issue to Copilot.\n   - The issue log includes a linked pull request. \n    \n    Copilot Agent can provide ongoing assistance and track progress on the issue.\n4. Scroll down slightly to view the timeline and high-level notes provided by Copilot. Click the **View session** button\n\n## Provide Copilot feedback\n\n1. Back in the pull request, click the **Add your review** button.\n2. Find the new entry created by Copilot. Hover over a line to show the plus sign. **Click** to open the add comment dialog box.\n3. Enter any additional comments and click on **Start a review**.\n4. At the top of the changes list, click the **Finish your review** button and select **Submit Review**.\n5. After a moment, Copilot will add a new session entry and indicate progress on the timeline. You can also mention `@copilot` in the PR comments if it takes longer for the session to get started\n6. Wait for Copilot to finish working on the change and then click the **View changes** button to see the updated activity description.\n7. While adding a comment, you can also use the `Copilot` icon in the text field to generate  `Summary`\n8. Activate the pull requests by clicking the **Ready to Review** button then click the **Merge** button.\n\nThis workflow helps you collaborate and get AI-powered assistance while contributing new features!\n\n## Filtering\n\nTry the Filtering [Issue](https://github.com/eficode/copilot-notes-app/issues/3)\n\n\n## Refactoring\n\nTry the refactoring [Issue](https://github.com/eficode/copilot-notes-app/issues/2)\n\n## Document the code\n\nDocumenting code is always a boring and painful task. However, we can use Copilot to document it for us.\n\n## Other things that can be tried\n\n- Create new features in the code\n- Ask Copilot to make the UI better\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode%2Fcopilot-notes-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feficode%2Fcopilot-notes-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode%2Fcopilot-notes-app/lists"}