{"id":15136683,"url":"https://github.com/dhrypt/shiny-pancake","last_synced_at":"2026-01-19T22:01:13.880Z","repository":{"id":252537129,"uuid":"840729258","full_name":"dhrypt/shiny-pancake","owner":"dhrypt","description":"Fullstack Drag \u0026 Drop Notes App","archived":false,"fork":false,"pushed_at":"2024-08-23T16:49:45.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T03:42:17.307Z","etag":null,"topics":["appwrite","backend","css","drag-and-drop","frontend","fullstack","javascript","note-taking","note-taking-app","notes-app","react","real-time","vite","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhrypt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-08-10T14:05:13.000Z","updated_at":"2024-12-20T14:47:25.000Z","dependencies_parsed_at":"2024-08-10T15:31:49.140Z","dependency_job_id":"88249b0e-a478-4eb0-8744-38d8db9f7ff6","html_url":"https://github.com/dhrypt/shiny-pancake","commit_stats":{"total_commits":47,"total_committers":1,"mean_commits":47.0,"dds":0.0,"last_synced_commit":"4de5d49e1d21c6155586776c2b739bb40fba6eec"},"previous_names":["dhrypt/shiny-pancake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhrypt/shiny-pancake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhrypt%2Fshiny-pancake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhrypt%2Fshiny-pancake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhrypt%2Fshiny-pancake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhrypt%2Fshiny-pancake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhrypt","download_url":"https://codeload.github.com/dhrypt/shiny-pancake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhrypt%2Fshiny-pancake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["appwrite","backend","css","drag-and-drop","frontend","fullstack","javascript","note-taking","note-taking-app","notes-app","react","real-time","vite","webapp"],"created_at":"2024-09-26T06:40:32.825Z","updated_at":"2026-01-19T22:01:13.858Z","avatar_url":"https://github.com/dhrypt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shiny-pancake\n\nShiny Pancake is a fully functional, interactive notes application built with **React** for the frontend and **Appwrite.io** as the backend-as-a-service platform. This application allows users to create, edit, drag, drop, and customize notes with different colors. It features real-time updates and automatic note saving, providing a smooth and seamless user experience.\n\n## Demo\n\n![image](https://github.com/user-attachments/assets/2296285d-eda5-4802-ba38-bd52e761a752)\n\n## Features\n\n- **Create \u0026 Edit Notes:** Add new notes with just a click, and edit existing ones effortlessly.\n- **Drag \u0026 Drop:** Reposition notes on the board by simply dragging and dropping them.\n- **Customization:** Choose from a variety of colors to customize your notes.\n- **Real-Time Updates:** Changes are instantly saved and synced across sessions.\n- **Backend Powered by Appwrite.io:** Utilizing Appwrite.io's database and real-time features.\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n### Prerequisites\n\n- **Node.js** (v14 or later)\n- **npm** or **yarn**\n- **Appwrite.io Account** (If you don't have one, sign up at [Appwrite.io](https://appwrite.io))\n\n### Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/dhrypt/shiny-pancake.git\n    cd shiny-pancake\n    ```\n\n2. **Install dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n3. **Configure environment variables:**\n\n    - Rename the `.env.example` file to `.env`.\n\n    - Fill in the following values in your `.env` file:\n\n    ```env\n    VITE_ENDPOINT=https://cloud.appwrite.io/v1\n    VITE_PROJECT_ID=your_project_id\n    VITE_DATABASE_ID=your_database_id\n    VITE_COLLECTION_NOTES_ID=your_collection_notes_id\n    ```\n\n4. **Start the development server:**\n\n    ```bash\n    npm run dev\n    ```\n\n    The app should now be running on `http://localhost:5173`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhrypt%2Fshiny-pancake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhrypt%2Fshiny-pancake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhrypt%2Fshiny-pancake/lists"}