{"id":26879936,"url":"https://github.com/shayisso/appsus","last_synced_at":"2026-04-20T04:01:11.139Z","repository":{"id":278944938,"uuid":"937035314","full_name":"ShayIsso/Appsus","owner":"ShayIsso","description":"React SPA with misterMail (email client), Keep \u0026 Books apps","archived":false,"fork":false,"pushed_at":"2025-03-22T12:20:49.000Z","size":3088,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T12:58:13.822Z","etag":null,"topics":["email-app","git-project","localstorage","note-app","react","single-page-app"],"latest_commit_sha":null,"homepage":"https://shayisso.github.io/Appsus/","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/ShayIsso.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-02-22T07:09:11.000Z","updated_at":"2025-03-22T12:20:53.000Z","dependencies_parsed_at":"2025-03-22T13:23:19.717Z","dependency_job_id":"5e460a71-9482-4a7a-9a22-7deab3effabe","html_url":"https://github.com/ShayIsso/Appsus","commit_stats":null,"previous_names":["shayisso/appsus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShayIsso/Appsus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShayIsso%2FAppsus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShayIsso%2FAppsus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShayIsso%2FAppsus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShayIsso%2FAppsus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShayIsso","download_url":"https://codeload.github.com/ShayIsso/Appsus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShayIsso%2FAppsus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018578,"owners_count":26086583,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["email-app","git-project","localstorage","note-app","react","single-page-app"],"created_at":"2025-03-31T13:33:51.621Z","updated_at":"2025-10-14T12:58:16.742Z","avatar_url":"https://github.com/ShayIsso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 Appsus\n\n**Appsus** is a multi-app single-page application (SPA) built with **React**.  \nIt integrates several mini productivity apps — all in one place — with clean routing and shared components.\n\n\u003e 🧠 This project was built collaboratively during a React development course.  \n\u003e 🧑‍💻 I was responsible for building the **misterMail** app.\n\n---\n\n## 🚀 Featured Apps\n\n### ✉️ MisterMail (built by me)\nA mock Gmail-like app built for local use.\n\n**Features:**\n- View inbox, sent, trash, starred, and drafts\n- Compose and auto-save emails (drafts every 5s)\n- Filter by read/unread, text, or folders\n- Sort by date or title\n- Star emails or mark as read/unread\n- Delete to trash, permanently delete from trash\n- ✏️ Integration with **missKeep**: save an email as a note via query-params\n\n---\n\n### 🗒️ MissKeep  \nInspired by Google Keep. A versatile note-taking app.\n\n- Support for text, image, video, to-do, audio, canvas \u0026 map notes\n- Pin notes to top\n- Change background color\n- Filter/search notes\n- Duplicate notes\n- Integration with **misterMail**\n\n---\n\n### 📚 MissBooks (optional)  \nA book search and review app using Google Books API.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Framework**: React + React Router\n- **State**: useState, useEffect, useRef\n- **Data Storage**: localStorage (no backend)\n- **Routing**: SPA with query-params\n- **Collaboration**: GitHub, Git, live syncing\n\n---\n\n## 🗂️ Project Structure\n\n```\nAppsus/\n├── apps/\n│   ├── misterMail/   # Email app (my work)\n│   ├── missKeep/     # Note-taking app\n│   └── missBooks/    # (Optional) Book app\n├── cmps/             # Reusable components (e.g. LongTxt, UserMsg)\n├── services/         # app-wide utils and localStorage service\n├── assets/           # Icons, styles\n└── App.jsx\n```\n\n---\n\n## 📎 Demo \u0026 Setup\n\n1. Clone the project:\n```bash\ngit clone https://github.com/ShayIsso/Appsus.git\ncd Appsus\nnpm install\nnpm run dev\n```\n\n2. Open in browser:  \n`http://localhost:5173`\n\n---\n\n## 🔄 Git Workflow \u0026 Collaboration\n\nThis project followed a real-world Git workflow:\n\n- Created feature branches per app and feature\n- Pushed and pulled frequently to stay in sync\n- Wrote meaningful commit messages\n- Used GitHub to coordinate and merge code\n- Practiced resolving merge conflicts together\n\nYou can see this in the commit history on GitHub:  \n👉 [Commit History](https://github.com/ShayIsso/Appsus/commits/main)\n\n---\n\n## 🤝 Team \u0026 Collaboration\n\n- Built as a **pair project**\n- Worked via **feature ownership** – each developer led one app while integrating common components and design\n- Used **query params** and shared services for inter-app communication\n\n---\n\n## 📄 Resources\n\n- 📘 [Appsus Overview](./Sprint3-Appsus.pdf)\n- 📨 [MisterMail Spec](./Sprint3-Appsus-misterEmail.pdf)\n- 🗒️ [MissKeep Spec](./Sprint3-Appsus-missKeep.pdf)\n\n---\n\n## ✨ Credits\n\nMade as part of the **Coding Academy** React Sprint  \nCheck out my work: [ShayIsso](https://github.com/ShayIsso)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshayisso%2Fappsus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshayisso%2Fappsus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshayisso%2Fappsus/lists"}