{"id":26287703,"url":"https://github.com/victor101106/parvanota","last_synced_at":"2025-03-14T21:52:09.790Z","repository":{"id":275035720,"uuid":"924853483","full_name":"Victor101106/ParvaNota","owner":"Victor101106","description":"Small web application for basic text editing!","archived":false,"fork":false,"pushed_at":"2025-03-06T00:26:10.000Z","size":416,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T01:27:04.807Z","etag":null,"topics":["minimal","minimalist","model-view-viewmodel","mvvm","online-editor","progressive-web-app","pwa","text","text-editor","text-editor-for-web","web-application","wep-application"],"latest_commit_sha":null,"homepage":"https://parvanota.vercel.app","language":"TypeScript","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/Victor101106.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-01-30T19:07:25.000Z","updated_at":"2025-03-06T00:26:13.000Z","dependencies_parsed_at":"2025-03-06T01:23:40.987Z","dependency_job_id":"2121ef35-4466-4b22-a7dc-472495a79c1e","html_url":"https://github.com/Victor101106/ParvaNota","commit_stats":null,"previous_names":["victor101106/parvanota"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor101106%2FParvaNota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor101106%2FParvaNota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor101106%2FParvaNota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Victor101106%2FParvaNota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Victor101106","download_url":"https://codeload.github.com/Victor101106/ParvaNota/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652694,"owners_count":20325607,"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":["minimal","minimalist","model-view-viewmodel","mvvm","online-editor","progressive-web-app","pwa","text","text-editor","text-editor-for-web","web-application","wep-application"],"created_at":"2025-03-14T21:52:09.245Z","updated_at":"2025-03-14T21:52:09.770Z","avatar_url":"https://github.com/Victor101106.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"Notepad\" src=\"public/images/readme.banner.jpg\" /\u003e\n\n\u003ch1 align=\"center\"\u003e\n    ParvaNota\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    Small web application for basic text editing!\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=nodejs,nextjs,tailwind,ts,git,docker\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Content Table\n\n- [Deployment](#deployment)\n- [Screenshots](#screenshots)\n- [Requirements](#requirements)\n- [Getting Started](#getting-started)\n- [Features](#features)\n- [Conventional Commits](#conventional-commits)\n- [License](#license)\n- [Contact](#contact)\n\n## Deployment\n\n🔗 [ParvaNota - Deployment](https://parvanota.vercel.app/)\n\n## Screenshots\n\n\u003cimg alt=\"Screenshots\" src=\"public/images/readme.screenshots.png\"\u003e\n\n## Requirements\n\n- `NodeJS v20.x`\n- `npm v10.x`\n- `Docker \u003e= v28.0.0`\n\n## Getting Started\n\nFollow the step-by-step instructions to set up and run the application:\n\n### Development Mode\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Victor101106/ParvaNota.git\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Run the application in development mode:\n\n   ```bash\n   npm run dev\n   ```\n\n### Production Mode\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Victor101106/ParvaNota.git\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Build the application:\n\n   ```bash\n   npm run build\n   ```\n\n4. Remove development dependencies:\n\n   ```bash\n   npm prune --production\n   ```\n\n5. Run the application in production mode:\n\n   ```bash\n   npm run start\n   ```\n\n### Production Mode with Docker\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Victor101106/ParvaNota.git\n   ```\n\n2. Build and start the application container:\n\n   ```bash\n   docker compose up\n   ```\n\n## Features\n\n- [x] Should allow users to view the entire text field;\n- [x] Should allow users to edit the entire text field;\n- [x] Should allow users to delete the entire text field.\n\n### Word Count\n\n- [x] Should allow users to view the word count of the text field under selection;\n- [x] Should allow users to view the word count of the entire text field.\n\n### Interface Themes\n\n- [x] Should allow users to change the text field theme to system default;\n- [x] Should allow users to change the text field theme to dark mode;\n- [x] Should allow users to change the text field theme to light mode.\n\n### Font Size\n\n- [x] Should allow users to view the text field font size;\n- [x] Should allow users to increase the text field font size;\n- [x] Should allow users to decrease the text field font size.\n\n### Data Persistence\n\n- [x] Should allow users to persist the text field font size;\n- [x] Should allow users to persist the text field theme.\n\n### Clipboard\n\n- [x] Should allow users to copy the entire text field;\n- [x] Should allow users to paste the entire text field.\n\n### Repository\n\n- [x] Should allow users to access the application's source code repository.\n\n## Conventional Commits\n\nThis project follows the [Conventional Commits](https://www.conventionalcommits.org/) specification to maintain a clean and consistent commit history.\n\n### Message Structure\n\nThe commit message should be structured as follows:\n\n```bash\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer(s)]\n```\n\n#### Example:\n\n```bash\nfeat(auth): add login functionality\n```\n\n## License\n\nDistributed under the GPL v3.0 license. See [LICENSE](LICENSE.md) for more information.\n\n## Contact\n\nVictor Gabriel • [Github](https://github.com/Victor101106/) • victorgabriel101106+github@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictor101106%2Fparvanota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictor101106%2Fparvanota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictor101106%2Fparvanota/lists"}