{"id":18467892,"url":"https://github.com/leonardo1903/quiknote","last_synced_at":"2026-04-18T06:33:37.101Z","repository":{"id":261226920,"uuid":"882255658","full_name":"Leonardo1903/QuikNote","owner":"Leonardo1903","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-08T09:43:35.000Z","size":515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T18:20:24.173Z","etag":null,"topics":["appwrite","reactjs","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://quik-note.vercel.app","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/Leonardo1903.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}},"created_at":"2024-11-02T10:21:03.000Z","updated_at":"2024-12-08T09:43:38.000Z","dependencies_parsed_at":"2024-12-08T10:21:50.447Z","dependency_job_id":"12df2386-3c15-47ae-acf2-3cbbea48596f","html_url":"https://github.com/Leonardo1903/QuikNote","commit_stats":null,"previous_names":["leonardo1903/quiknote"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FQuikNote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FQuikNote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FQuikNote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardo1903%2FQuikNote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leonardo1903","download_url":"https://codeload.github.com/Leonardo1903/QuikNote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252704854,"owners_count":21791169,"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":["appwrite","reactjs","shadcn-ui","tailwindcss"],"created_at":"2024-11-06T10:03:52.960Z","updated_at":"2026-04-18T06:33:37.094Z","avatar_url":"https://github.com/Leonardo1903.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuikNote 🚀\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Node](https://img.shields.io/badge/node-v18%2B-green.svg)\n![Status](https://img.shields.io/badge/status-active-success.svg)\n\n\u003e **One-liner pitch:** A modern note-taking app with secure Appwrite authentication, notebook organization, favorites, and intelligent tagging for seamless note management.\n\n\n![App Screenshot](./public/QuikNote.png)\n---\n\n## 🧐 About The Project\n\n**QuikNote** is a lightweight and intuitive note-taking application designed for users who want quick, organized, and secure note management. It allows users to create, organize, and manage notes across multiple notebooks, tag their notes for easy discovery, and mark favorites for quick access. With dark/light theme support and a clean, responsive interface, QuikNote makes note-taking effortless.\n\n**Key Features:**\n* ✅ **Secure Authentication:** Robust user authentication powered by Appwrite\n* ✅ **Notebook Organization:** Organize notes into multiple notebooks for better structure\n* ✅ **Favorites:** Mark important notes as favorites for quick access\n* ✅ **Trash Management:** Safely delete notes with a recoverable trash feature\n* ✅ **Theme Support:** Dark and light theme options for comfortable viewing\n* ✅ **Profile Management:** Personalized user profiles with account settings\n* ✅ **Responsive Design:** Works seamlessly across desktop and mobile devices\n\n---\n\n## 🛠️ Tech Stack\n\n| Layer | Technologies |\n| :--- | :--- |\n| **Frontend** | React, Vite, JavaScript |\n| **Authentication** | Appwrite (Auth Service) |\n| **Database** | Appwrite (Cloud Database) |\n| **File Storage** | Appwrite Storage |\n| **UI \u0026 UX** | Tailwind CSS, shadcn/ui, Lucide React icons, Sonner toasts |\n| **State Management** | React Context API |\n| **Build Tool** | Vite |\n| **Tooling** | ESLint, Prettier |\n\n---\n\n## 📚 Engineering Docs\n\nComprehensive documentation is available in the `/docs` folder:\n* **[PRD.md](./docs/PRD.md)** - Product Requirements Document with user stories and features\n* **[ARCHITECTURE.md](./docs/ARCHITECTURE.md)** - System architecture, tech stack decisions, and database schema\n* **[API.md](./docs/API.md)** - API surface and response formats\n* **[DEPLOYMENT.md](./docs/DEPLOYMENT.md)** - Deployment, env vars, and operations guide\n\n**Key Code Entry Points:**\n* **Authentication:** `src/appwrite/auth.js` (Auth configuration)\n* **Database:** `src/appwrite/db.js` (Database operations)\n* **Context Providers:** `src/context/*` (Auth, Notes, Theme, NoteModal)\n* **Pages:** `src/pages/*` (Home, Dashboard, Login, Signup, etc.)\n* **Components:** `src/components/*` (Navbar, Sidebar, NoteModal, etc.)\n* **Utilities:** `src/lib/` (Config, Utils, Helper functions)\n\n---\n\n## ⚡ Quick Start\n\n**1) Clone the repo**\n```bash\ngit clone https://github.com/yourusername/QuikNote.git\ncd QuikNote\n```\n\n**2) Install dependencies**\n```bash\nnpm install\n```\n\n**3) Set up environment variables**\n```bash\ncp .env.sample .env\n# then fill in your Appwrite credentials (Project ID, Endpoint, Database ID, Collection IDs, Storage Bucket ID)\n```\n\n**4) Run the development server**\n```bash\nnpm run dev\n```\nVisit http://localhost:5173\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please open an issue first to discuss what you'd like to change.\n1. Fork the project\n2. Create your feature branch: `git checkout -b feature/amazing`\n3. Commit your changes: `git commit -m \"Add amazing feature\"`\n4. Push to the branch: `git push origin feature/amazing`\n5. Open a Pull Request\n\n---\n\n## 👤 Author\n\nLeonardo Fernandes\n- GitHub: [@Leonardo1903](https://github.com/Leonardo1903)\n- LinkedIn: [leonardofernandes1903](https://www.linkedin.com/in/leonardofernandes1903/)\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardo1903%2Fquiknote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonardo1903%2Fquiknote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardo1903%2Fquiknote/lists"}