{"id":22211841,"url":"https://github.com/manthanank/unit-converter-app","last_synced_at":"2025-06-13T21:39:06.192Z","repository":{"id":264512737,"uuid":"846851250","full_name":"manthanank/unit-converter-app","owner":"manthanank","description":"Unit Converter App","archived":false,"fork":false,"pushed_at":"2024-08-24T06:03:51.000Z","size":627,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T20:30:16.363Z","etag":null,"topics":["angular","tailwindcss","unit-converter"],"latest_commit_sha":null,"homepage":"https://unit-converter-app-manthanank.vercel.app","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/manthanank.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},"funding":{"github":["manthanank"],"open_collective":"manthanank","buy_me_a_coffee":"manthanank","patreon":"manthanank"}},"created_at":"2024-08-24T06:03:44.000Z","updated_at":"2024-08-24T19:01:24.000Z","dependencies_parsed_at":"2024-11-24T20:25:26.870Z","dependency_job_id":null,"html_url":"https://github.com/manthanank/unit-converter-app","commit_stats":null,"previous_names":["manthanank/unit-converter-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manthanank/unit-converter-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Funit-converter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Funit-converter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Funit-converter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Funit-converter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manthanank","download_url":"https://codeload.github.com/manthanank/unit-converter-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Funit-converter-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259724512,"owners_count":22902104,"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":["angular","tailwindcss","unit-converter"],"created_at":"2024-12-02T20:39:03.882Z","updated_at":"2025-06-13T21:39:06.165Z","avatar_url":"https://github.com/manthanank.png","language":"TypeScript","funding_links":["https://github.com/sponsors/manthanank","https://opencollective.com/manthanank","https://buymeacoffee.com/manthanank","https://patreon.com/manthanank"],"categories":[],"sub_categories":[],"readme":"# Unit Converter App\n\nA simple unit converter application built with Angular and styled using Tailwind CSS. The app allows users to convert between different units of length, including meters, kilometers, centimeters, and millimeters.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Technologies Used](#technologies-used)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Convert between meters, kilometers, centimeters, and millimeters.\n- Responsive design using Tailwind CSS.\n- User-friendly interface for quick unit conversions.\n\n## Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/manthanank/unit-converter-app.git\n   cd unit-converter-app\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up Tailwind CSS:**\n\n   Tailwind CSS is already configured in the project. To ensure it is working correctly, Tailwind directives are included in `src/styles.scss`.\n\n4. **Run the application:**\n\n   ```bash\n   ng serve\n   ```\n\n   Navigate to `http://localhost:4200/` in your browser.\n\n## Usage\n\nOnce the application is running, you can:\n\n- Input a value to convert.\n- Select the \"From\" and \"To\" units using the dropdown menus.\n- Click the **Convert** button to see the result.\n- To reset the conversion, click the **Reset** button.\n- Swap the \"From\" and \"To\" units using the **Swap** button.\n- The result will be displayed below the input fields.\n- The app is responsive and works on both desktop and mobile devices.\n\n## Project Structure\n\n```plaintext\nunit-converter-app/\n│\n├── src/\n│   ├── app/\n│   │   ├── app.component.html\n│   │   ├── app.component.ts\n│   │   ├── app.component.scss\n│   │   ├── app.config.ts\n│   │   ├── app.routes.ts\n│   ├── styles.scss\n│   ├── index.html\n│   ├── main.ts\n│   ├── polyfills.ts\n│   └── ...\n├── tailwind.config.js\n├── angular.json\n├── package.json\n├── tsconfig.json\n└── README.md\n```\n\n## Technologies Used\n\n- **Angular**: Frontend framework for building the app.\n- **Tailwind CSS**: Utility-first CSS framework for styling the app.\n- **TypeScript**: Strongly-typed JavaScript used in Angular.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request or open an issue.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanank%2Funit-converter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanthanank%2Funit-converter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanank%2Funit-converter-app/lists"}