{"id":24703963,"url":"https://github.com/place4you/cryptotradecalculator","last_synced_at":"2026-04-14T06:31:48.415Z","repository":{"id":273489300,"uuid":"919870623","full_name":"Place4you/CryptoTradeCalculator","owner":"Place4you","description":"A responsive and modern Angular-based application to calculate risk-to-reward ratios for cryptocurrency trades. This tool helps traders make informed decisions by providing detailed calculations, risk metrics, and a seamless user experience.","archived":false,"fork":false,"pushed_at":"2025-01-21T15:08:43.000Z","size":532,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T05:19:10.157Z","etag":null,"topics":["angular","calculator-application","cryptocurrency","javascript","project","tailwindcss","trading","trading-algorithms","trading-strategies"],"latest_commit_sha":null,"homepage":"https://cryptotradecalculator.netlify.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/Place4you.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}},"created_at":"2025-01-21T06:54:50.000Z","updated_at":"2025-01-21T15:08:47.000Z","dependencies_parsed_at":"2025-01-21T08:36:22.695Z","dependency_job_id":null,"html_url":"https://github.com/Place4you/CryptoTradeCalculator","commit_stats":null,"previous_names":["place4you/cryptotradecalculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Place4you/CryptoTradeCalculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Place4you%2FCryptoTradeCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Place4you%2FCryptoTradeCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Place4you%2FCryptoTradeCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Place4you%2FCryptoTradeCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Place4you","download_url":"https://codeload.github.com/Place4you/CryptoTradeCalculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Place4you%2FCryptoTradeCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","calculator-application","cryptocurrency","javascript","project","tailwindcss","trading","trading-algorithms","trading-strategies"],"created_at":"2025-01-27T05:59:55.680Z","updated_at":"2026-04-14T06:31:48.402Z","avatar_url":"https://github.com/Place4you.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Risk-to-Reward Calculator\n![Thumbnail for Crypto Risk-to-Reward Calculator](public/thumnail.JPG)\n\n## Live Demo\n\nAccess the live version of the project: [Netlify Link](https://cryptotradecalculator.netlify.app/)\n\nThis project is deployed and hosted on Netlify. Click the link above to explore the live version.\n\n---\n\n## Overview\n\nThis project is a **responsive and interactive Crypto Risk-to-Reward Calculator** built with Angular and Tailwind CSS. It allows traders to compute essential metrics like risk amount, reward amount, and profit percentage, making it a valuable tool for cryptocurrency traders. The application is designed to be user-friendly and visually appealing, catering to both desktop and mobile users.\n\n---\n\n## Features\n\n- **Dynamic Theme Support**: Switch between dark mode and light mode for optimal viewing.\n- **Responsive Design**: Ensures a seamless user experience on all devices, from desktops to mobile phones.\n- **Real-Time Calculations**: Automatically calculates:\n  - Risk Amount\n  - Reward Amount\n  - Risk-to-Reward Ratio\n  - Profit Percentage\n  - Position Size\n- **Validation Alerts**: Highlights empty or invalid fields with red borders for better input accuracy.\n- **Smooth Scrolling**: Scrolls smoothly to the results section after calculations on mobile devices.\n- **Customizable Inputs**: Easily adjust trading parameters such as entry price, stop-loss price, and total capital.\n\n---\n\n## Technologies Used\n\n- **Angular**: Framework for building the application.\n- **Tailwind CSS**: For styling and responsive design.\n- **HTML \u0026 TypeScript**: Core languages for structure and functionality.\n- **Visual Studio Code (VSCode)**: Code editor used to develop the project.\n\n---\n\n## Getting Started\n\nTo view the Crypto Risk-to-Reward Calculator, follow these steps:\n\n1. Clone the repository to your local machine or download the ZIP file.  \n2. Open the project folder in your preferred code editor, such as Visual Studio Code.  \n3. Install the project dependencies:\n   ```bash\n   npm install\n4. Run the development server:\n   ```bash\n   ng serve\n\n5. Open the application in your browser:\n   ```bash\n   http://localhost:4200\n\n## Project Structure\ncrypto-risk-reward-calculator/\n|-- src/  \n|   |-- app/  \n|   |   |-- components/  \n|   |   |   |-- main-page/  \n|   |   |       |-- main-page.component.html  \n|   |   |       |-- main-page.component.ts  \n|   |   |       |-- main-page.component.css  \n|   |-- assets/  \n|   |   |-- public/  \n|   |       |-- thumnail.JPG  \n|-- angular.json  \n|-- package.json  \n|-- README.md  \n  \n\n**main-page.component.html**: Contains the HTML structure of the main page.\n**main-page.component.ts**: Includes the logic for calculations and theme toggling.\n**main-page.component.css**: Styles specific to the component.\n\n\n### Contributing\nIf you have any suggestions or improvements for the Crypto Risk-to-Reward Calculator, feel free to fork the repository, make your changes, and submit a pull request.\n\n\n### License\nThis project is licensed under the MIT License.\n\n## Contact\nFor any inquiries or feedback, please contact Saadat Ali at **sadiraja500@gmail.com**\n\nThank you for checking out the watch product landing page project! We hope you enjoy exploring the features of our stylish watch product.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplace4you%2Fcryptotradecalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplace4you%2Fcryptotradecalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplace4you%2Fcryptotradecalculator/lists"}