{"id":49726979,"url":"https://github.com/ainargrinberg/takeyournotes","last_synced_at":"2026-05-09T05:03:19.090Z","repository":{"id":321941016,"uuid":"1087700524","full_name":"AinarGrinberg/TakeYourNotes","owner":"AinarGrinberg","description":"A full-stack notes application built with Node.js, Express, and JavaScript. Create, edit, and delete notes instantly with a clean, responsive interface.","archived":false,"fork":false,"pushed_at":"2025-11-01T13:36:34.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T04:45:34.686Z","etag":null,"topics":["bootcamp-project","express","fullstack","javascript","nodejs","notes-app","render","webapp"],"latest_commit_sha":null,"homepage":"https://takeyournotes.onrender.com","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/AinarGrinberg.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-11-01T13:14:41.000Z","updated_at":"2025-11-01T13:39:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AinarGrinberg/TakeYourNotes","commit_stats":null,"previous_names":["dazdingo11/takeyournotes","ainargrinberg/takeyournotes"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AinarGrinberg/TakeYourNotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AinarGrinberg%2FTakeYourNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AinarGrinberg%2FTakeYourNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AinarGrinberg%2FTakeYourNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AinarGrinberg%2FTakeYourNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AinarGrinberg","download_url":"https://codeload.github.com/AinarGrinberg/TakeYourNotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AinarGrinberg%2FTakeYourNotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["bootcamp-project","express","fullstack","javascript","nodejs","notes-app","render","webapp"],"created_at":"2026-05-09T05:03:18.100Z","updated_at":"2026-05-09T05:03:19.085Z","avatar_url":"https://github.com/AinarGrinberg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TakeYourNotes\n\nTakeYourNotes is a full-stack notes application built with **Node.js**, **Express**, and **JavaScript**.  \nIt provides a smooth, inline editing experience that lets users create, edit, and manage their notes directly in the browser.\n\n\u003e \"Never forget a thought. Capture fast, edit in place.\"\n\n---\n\n## Overview\n\nTakeYourNotes combines a minimal UI with a fast REST API backend.  \nIt was designed as a bootcamp project to demonstrate full-stack integration from building a server with Express to deploying a complete web app.\n\n---\n\n## Features\n\n- Add, edit, and delete notes without reloading the page\n- Inline editing directly inside the note cards\n- Responsive dark-themed interface\n- Persistent data storage using a JSON file\n- RESTful Express API with clean endpoints\n\n---\n\n## Tech Stack\n\n| Layer | Technology |\n|--------|-------------|\n| Frontend | HTML5, CSS3, JavaScript |\n| Backend | Node.js, Express |\n| Data Storage | JSON file |\n| Deployment | Render.com |\n\n---\n\n## Project Structure\n\n```\nnotes-app/\n├── public/\n│   ├── index.html\n│   ├── script.js\n│   ├── styles.css\n├── data.json\n├── server.js\n├── package.json\n└── README.md\n```\n\n---\n\n## Local Setup\n\nTo run TakeYourNotes locally:\n\n```bash\ngit clone https://github.com/Dazdingo11/TakeYourNotes.git\ncd TakeYourNotes\nnpm install\nnpm start\n```\n\nThen open your browser and visit:\n\n```\nhttp://localhost:3000\n```\n\n---\n\n## API Endpoints\n\n| Method | Endpoint | Description |\n|--------|-----------|-------------|\n| GET | `/api/notes` | Retrieve all notes |\n| POST | `/api/notes` | Create a new note |\n| PUT | `/api/notes/:id` | Update an existing note |\n| DELETE | `/api/notes/:id` | Delete a note |\n\n---\n\n## Deployment\n\nTakeYourNotes is deployed on **Render.com** as a live web application.  \nThe app automatically serves both frontend and API routes from a single Express server.\n\n**Live Demo:**  \nhttps://takeyournotes.onrender.com\n\n**Repository:**  \n[https://github.com/Dazdingo11/TakeYourNotes.git](https://github.com/Dazdingo11/TakeYourNotes.git)\n\n---\n\n## Author\n\n**GitHub:** [Dazdingo11](https://github.com/Dazdingo11)\n\n---\n\n## License\n\nThis project is open source and available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fainargrinberg%2Ftakeyournotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fainargrinberg%2Ftakeyournotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fainargrinberg%2Ftakeyournotes/lists"}