{"id":31588631,"url":"https://github.com/gregoryandrikopoulos/encryptoid","last_synced_at":"2026-04-12T00:31:43.719Z","repository":{"id":314621600,"uuid":"1056165326","full_name":"gregoryAndrikopoulos/Encryptoid","owner":"gregoryAndrikopoulos","description":"React web application for encryption and decryption of .txt files","archived":false,"fork":false,"pushed_at":"2025-10-04T10:43:27.000Z","size":2416,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T12:21:10.381Z","etag":null,"topics":["automation","busboy","ci","cors","express-js","github-actions","mocha","react","supertest","testing","vite","vitest","webdriverio"],"latest_commit_sha":null,"homepage":"","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/gregoryAndrikopoulos.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-09-13T14:24:37.000Z","updated_at":"2025-10-04T10:40:28.000Z","dependencies_parsed_at":"2025-09-13T17:45:37.905Z","dependency_job_id":"6e64b174-2d87-4a02-9887-c993a49e9da6","html_url":"https://github.com/gregoryAndrikopoulos/Encryptoid","commit_stats":null,"previous_names":["gregoryandrikopoulos/encryptoid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryAndrikopoulos/Encryptoid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryAndrikopoulos%2FEncryptoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryAndrikopoulos%2FEncryptoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryAndrikopoulos%2FEncryptoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryAndrikopoulos%2FEncryptoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryAndrikopoulos","download_url":"https://codeload.github.com/gregoryAndrikopoulos/Encryptoid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryAndrikopoulos%2FEncryptoid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"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-06T02:00:05.630Z","response_time":65,"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":["automation","busboy","ci","cors","express-js","github-actions","mocha","react","supertest","testing","vite","vitest","webdriverio"],"created_at":"2025-10-06T02:11:43.894Z","updated_at":"2025-10-06T02:12:08.468Z","avatar_url":"https://github.com/gregoryAndrikopoulos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encryptoid 🔐\n\nA web application for encrypting and decrypting text files.  \nBuilt with **React** and powered by **Vite** for fast development and optimized builds.  \nIncludes a lightweight **Express backend** for encryption/decryption APIs.\n\n---\n\n## Workflow Status\n\n[![Smoke Tests](https://github.com/gregoryAndrikopoulos/encryptoid/actions/workflows/smoke_test.yml/badge.svg)](https://github.com/gregoryAndrikopoulos/encryptoid/actions/workflows/smoke_test.yml)\n\n---\n\n## Tech Stack\n\n- **React 19** — UI\n- **Vite 7** — dev server \u0026 bundler\n- **Express 5** — backend API server\n- **Vitest 3 + Testing Library** — unit/component tests\n- **Vitest + Supertest** — backend API tests\n- **WebdriverIO 9 (DevTools)** + **Mocha** — smoke tests\n- **ESLint** + **Prettier** — linting \u0026 formatting\n- **GitHub Actions** — CI for smoke + server tests\n- **Node 24**, **pnpm 10** — runtime \u0026 package manager\n\n### Runtime Versions\n\nThis repo pins tool versions via **asdf** in `.tool-versions`:\n\n```txt\nnodejs 24.7.0\npnpm 10.16.0\n```\n\nIf you use `asdf`, simply run:\n\n```bash\nasdf install\n```\n\n---\n\n## Requirements\n\n- **Node.js** `\u003e=24 \u003c25`\n- **pnpm** `\u003e=10 \u003c11`\n\n---\n\n## Getting Started\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nStart the dev server (default: http://localhost:5173):\n\n```bash\npnpm dev\n```\n\nStart the backend server (default: http://localhost:3000):\n\n```bash\npnpm dev:server\n```\n\nBuild for production:\n\n```bash\npnpm build\n```\n\nPreview the production build locally (default: http://localhost:4173):\n\n```bash\npnpm preview\n```\n\n---\n\n## Testing\n\n### Unit / Component tests (Vitest + Testing Library)\n\n- Location: `src/**/*.test.{js,jsx}` or under `src/**/tests/`\n- JSDOM environment with `@testing-library/jest-dom` matchers.\n\nRun once in CI mode:\n\n```bash\npnpm test:unit\n```\n\n### Server API tests (Vitest + Supertest)\n\n- Location: `server/**/*.test.js`\n- Runs the Express server in-memory for integration tests.\n\nRun once in CI mode:\n\n```bash\npnpm test:server\n```\n\nRun in watch mode:\n\n```bash\npnpm test:server:watch\n```\n\n### Smoke tests (WebdriverIO + Mocha)\n\n- Specs live under: `test/specs/`\n- Page Objects under: `test/page-objects/`\n- Config at: `test/wdio.conf.js`\n\nThe WDIO config auto-picks a **baseUrl**:\n\n- `http://localhost:4173` if a `pnpm preview` server is already up, else\n- `http://localhost:5173` for the dev server.\n\nYou can also override via env:\n\n```bash\nWDIO_BASEURL=http://localhost:4173 pnpm test:smoke\n```\n\nTypical local flows:\n\n```bash\n# 1) Run against the dev server (in another terminal)\npnpm dev\npnpm dev:server\npnpm test:smoke\n\n# 2) Run against a preview server\npnpm build\npnpm preview \u0026\npnpm dev:server \u0026\npnpm test:smoke\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryandrikopoulos%2Fencryptoid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryandrikopoulos%2Fencryptoid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryandrikopoulos%2Fencryptoid/lists"}