{"id":27373707,"url":"https://github.com/codingerik/notetaker","last_synced_at":"2025-10-26T21:17:46.714Z","repository":{"id":42764319,"uuid":"277500942","full_name":"CodingErik/noteTaker","owner":"CodingErik","description":"A lightweight application to keep and save notes in. ","archived":false,"fork":false,"pushed_at":"2022-12-13T05:47:29.000Z","size":275,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-08T15:14:45.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://notestakerr.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodingErik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-06T09:37:16.000Z","updated_at":"2020-12-11T16:57:27.000Z","dependencies_parsed_at":"2023-01-28T07:35:18.034Z","dependency_job_id":null,"html_url":"https://github.com/CodingErik/noteTaker","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingErik%2FnoteTaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingErik%2FnoteTaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingErik%2FnoteTaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingErik%2FnoteTaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingErik","download_url":"https://codeload.github.com/CodingErik/noteTaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705067,"owners_count":21148478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-04-13T11:27:55.146Z","updated_at":"2025-10-26T21:17:41.683Z","avatar_url":"https://github.com/CodingErik.png","language":"JavaScript","readme":"# Note Taker\n\n![GitHub Language Count](https://img.shields.io/github/languages/count/codingErik/noteTaker?label=Languages%20Used\u0026logo=GitHub)\n![GitHub Followers](https://img.shields.io/github/followers/codingErik?color=orange\u0026label=Followers\u0026logo=GitHub)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2FCodingErik%2FteamGenerator)\n\n\n## Description\n\nCreate an application that can be used to write, save, and delete notes. This application will use an express backend and save and retrieve note data from a JSON file.\n\n* The application frontend has already been created, it's your job to build the backend and connect the two.\n\n* The following HTML routes should be created:\n\n  * GET `/notes` - Should return the `notes.html` file.\n\n  * GET `*` - Should return the `index.html` file\n\n* The application should have a `db.json` file on the backend that will be used to store and retrieve notes using the `fs` module.\n\n* The following API routes should be created:\n\n  * GET `/api/notes` - Should read the `db.json` file and return all saved notes as JSON.\n\n  * POST `/api/notes` - Should receive a new note to save on the request body, add it to the `db.json` file, and then return the new note to the client.\n\n  * DELETE `/api/notes/:id` - Should receive a query parameter containing the id of a note to delete. This means you'll need to find a way to give each note a unique `id` when it's saved. In order to delete a note, you'll need to read all notes from the `db.json` file, remove the note with the given `id` property, and then rewrite the notes to the `db.json` file.\n\n## User Story\n\nAS A user, I want to be able to write and save notes\n\nI WANT to be able to delete notes I've written before\n\nSO THAT I can organize my thoughts and keep track of tasks I need to complete\n\n## Business Context\n\nFor users that need to keep track of a lot of information, it's easy to forget or be unable to recall something important. Being able to take persistent notes allows users to have written information available when needed.\n\n## Acceptance Criteria\n\nApplication should allow users to create and save notes.\n\nApplication should allow users to view previously saved notes.\n\nApplication should allow users to delete previously saved notes.\n\n## Deployed link \n\nYou can see the live heroku app here [note taker](https://notestakerr.herokuapp.com/)\n\n## Installation\n\nto run the application run ```git clone``` run  ```npm i ```then run the script ```npm run start ```\n\n## Contribution \n\nIf you would like to contribute to the repo please submit a pull request. \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingerik%2Fnotetaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingerik%2Fnotetaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingerik%2Fnotetaker/lists"}