{"id":27863220,"url":"https://github.com/deepaksilaych/hushh_todo","last_synced_at":"2025-05-04T20:46:23.963Z","repository":{"id":289111384,"uuid":"968435196","full_name":"DeepakSilaych/hushh_todo","owner":"DeepakSilaych","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-21T15:17:02.000Z","size":452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T16:28:24.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DeepakSilaych.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":"2025-04-18T04:52:43.000Z","updated_at":"2025-04-21T15:17:06.000Z","dependencies_parsed_at":"2025-04-21T16:39:00.623Z","dependency_job_id":null,"html_url":"https://github.com/DeepakSilaych/hushh_todo","commit_stats":null,"previous_names":["deepaksilaych/hushh_todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2Fhushh_todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2Fhushh_todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2Fhushh_todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepakSilaych%2Fhushh_todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeepakSilaych","download_url":"https://codeload.github.com/DeepakSilaych/hushh_todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252399502,"owners_count":21741667,"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-05-04T20:46:23.434Z","updated_at":"2025-05-04T20:46:23.954Z","avatar_url":"https://github.com/DeepakSilaych.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Notes App\n\n![TO DO APP](assets/images/ss3.png)\n\n\n\nA lightweight mobile application for creating, viewing, editing, and deleting notes, built with React Native and Expo.\n\n## Features\n\n- Create notes with a title and body content\n- View all notes in a clean, organized list\n- View detailed content of individual notes\n- Seamless in-place editing with floating action button\n- Delete notes\n- Local storage persistence using AsyncStorage\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or newer)\n- pnpm (or npm/yarn)\n- Expo CLI\n- iOS Simulator (for macOS) or Android Emulator\n\n### Installation\n\n1. Clone the repository:\n\n   ```\n   git clone \u003crepository-url\u003e\n   cd todo\n   ```\n\n2. Install dependencies:\n\n   ```\n   pnpm install\n   ```\n\n3. Start the development server:\n\n   ```\n   pnpm start\n   ```\n\n4. Open the app on your preferred platform:\n   - Press `i` for iOS simulator\n   - Press `a` for Android emulator\n   - Press `w` for web\n   - Scan the QR code with Expo Go on your physical device\n\n## Project Structure\n\n- `app/` - Contains the application screens and navigation\n- `components/` - Reusable UI components\n- `hooks/` - Custom React hooks, including `useNotes` for data management\n- `types/` - TypeScript type definitions\n\n## Tech Stack\n\n- **React Native**: Cross-platform mobile framework\n- **Expo**: Development platform for React Native\n- **AsyncStorage**: Persistent storage solution\n- **TypeScript**: Type-safe JavaScript\n- **expo-router**: File-based routing for Expo apps\n\n## Architecture\n\nThe app uses a simple architecture with the following components:\n\n1. **Components**: Reusable UI elements like `NoteItem` for rendering note previews\n2. **Hooks**: `useNotes` manages the state and persistence of notes\n3. **Screens**:\n   - Home screen (index.tsx): Displays all notes\n   - Create screen (create.tsx): Form for creating new notes\n   - Note details screen (note/[id].tsx): Displays the full content of a note with edit and delete options, including a floating action button for seamless in-place editing\n\nData flow is managed through the `useNotes` hook, which handles all CRUD operations and AsyncStorage persistence.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepaksilaych%2Fhushh_todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepaksilaych%2Fhushh_todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepaksilaych%2Fhushh_todo/lists"}