{"id":24804959,"url":"https://github.com/ashwin-s-nambiar/notes-app","last_synced_at":"2026-04-16T11:36:12.609Z","repository":{"id":274846555,"uuid":"924259753","full_name":"Ashwin-S-Nambiar/notes-app","owner":"Ashwin-S-Nambiar","description":"Notes App - A simple full-stack notes app made to improve my knowledge and ability in Next.js. Currently uses PocketBase for the backend.","archived":false,"fork":false,"pushed_at":"2025-03-11T05:08:13.000Z","size":15022,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T07:44:30.040Z","etag":null,"topics":["full-stack","nextjs","pocketbase","postcss","router","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Ashwin-S-Nambiar.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}},"created_at":"2025-01-29T17:35:09.000Z","updated_at":"2025-03-20T13:25:56.000Z","dependencies_parsed_at":"2025-03-11T06:29:34.625Z","dependency_job_id":null,"html_url":"https://github.com/Ashwin-S-Nambiar/notes-app","commit_stats":null,"previous_names":["ashwin-s-nambiar/notes-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-S-Nambiar%2Fnotes-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-S-Nambiar%2Fnotes-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-S-Nambiar%2Fnotes-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-S-Nambiar%2Fnotes-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashwin-S-Nambiar","download_url":"https://codeload.github.com/Ashwin-S-Nambiar/notes-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245422920,"owners_count":20612725,"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":["full-stack","nextjs","pocketbase","postcss","router","tailwindcss"],"created_at":"2025-01-30T07:16:05.747Z","updated_at":"2026-04-16T11:36:12.602Z","avatar_url":"https://github.com/Ashwin-S-Nambiar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes App\n\n\u003cdiv align=\"center\"\u003e\n\n![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![PocketBase](https://img.shields.io/badge/PocketBase-B8DBE4?style=for-the-badge\u0026logo=pocketbase\u0026logoColor=black)\n\nA modern, full-stack notes application built with Next.js and TypeScript, powered by PocketBase for backend operations. Users can add and view notes.\n\n[Features](#-features) • [Tech Stack](#️-tech-stack) • [Installation](#-installation--running-locally) • [Contributing](#-contributing) • [Screenshots](#-screenshots)\n\n\u003c/div\u003e\n\n## Features\n\n- **Intuitive Note Management** - Create, edit, and delete notes with ease\n- **Responsive Design** - Seamless experience across all devices\n- **Fast Performance** - Built with Next.js for optimal speed and SEO\n- **Local Backend** - Powered by PocketBase for secure data management\n\n## Tech Stack\n\n### Frontend\n- **Next.js** - React framework for production\n- **TypeScript** - For type-safe code\n- **TailwindCSS** - Utility-first CSS framework\n\n### Backend\n- **PocketBase** - Open source backend in one file\n\n## Installation / Running Locally\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/Ashwin-S-Nambiar/Notes-App.git\n   cd notes-app\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up PocketBase**\n   - Download PocketBase executable from [pocketbase.io](https://pocketbase.io/docs/)\n   - Add `pocketbase.exe` to project root\n   - Start PocketBase server:\n\n     ```bash\n     ./pocketbase serve\n     ```\n\n4. **Configure PocketBase**\n   - Create a new collection following the prompts\n   - API endpoint will be available at `http://localhost/api/`\n\n5. **Launch development server**\n\n   ```bash\n   npm run dev\n   ```\n   Visit `http://localhost:3000` to view the app.\n\n## Contributing\n\nContributions are welcome! Here's how you can help improve Notes App:\n\n1. Fork the repository\n2. Create a feature branch:\n\n   ```bash\n   git checkout -b feature/amazing-feature\n   ```\n\n3. Commit your changes:\n\n   ```bash\n   git commit -m 'Add some amazing feature'\n   ```\n\n4. Push to the branch:\n\n   ```bash\n   git push origin feature/amazing-feature\n   ```\n\n5. Open a Pull Request   \n\n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n\n### Landing Page\n![Landing Page](./public/screenshots/Landing-Page.png)\n\n### Creating a New Note\n![Adding a Note](./public/screenshots/Note-Adding.png)\n\n### Home Page with New Note\n![New Note Added](./public/screenshots/New-Note-Added.png)\n\n### Note Details\n![Note Details](./public/screenshots/Note-Detail.png)\n\n### PocketBase Admin Interface\n![PocketBase Backend](./public/screenshots/PocketBase.png)\n\n### Database Structure\n![Backend Structure](./public/screenshots/Backend-Structure.png)\n\n\u003c/div\u003e\n\n---\n\n\u003cdiv align=\"center\"\u003e\nMade with ❤️ by Ashwin S Nambiar\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-s-nambiar%2Fnotes-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwin-s-nambiar%2Fnotes-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-s-nambiar%2Fnotes-app/lists"}