{"id":23485746,"url":"https://github.com/tahmid-saj/fin-predict-ts","last_synced_at":"2026-02-13T03:05:31.628Z","repository":{"id":258752294,"uuid":"864632773","full_name":"tahmid-saj/fin-predict-ts","owner":"tahmid-saj","description":"Finance prediction app to view historical and current market data, weekly predictions on BTC / stocks / forex, and get support from AI driven services. Developed with TypeScript, React, Django, AWS, GCP, Docker, MySQL.","archived":false,"fork":false,"pushed_at":"2024-10-18T02:24:51.000Z","size":163,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T07:50:10.402Z","etag":null,"topics":["aws","django","docker","forecasting-models","gcp","mysql","react","typescript"],"latest_commit_sha":null,"homepage":"https://financeprediction.io/","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/tahmid-saj.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":"2024-09-28T18:29:51.000Z","updated_at":"2025-01-25T05:53:06.000Z","dependencies_parsed_at":"2024-10-21T20:11:57.741Z","dependency_job_id":null,"html_url":"https://github.com/tahmid-saj/fin-predict-ts","commit_stats":null,"previous_names":["tahmid-saj/fin-predict-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tahmid-saj/fin-predict-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-saj%2Ffin-predict-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-saj%2Ffin-predict-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-saj%2Ffin-predict-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-saj%2Ffin-predict-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tahmid-saj","download_url":"https://codeload.github.com/tahmid-saj/fin-predict-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tahmid-saj%2Ffin-predict-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267277023,"owners_count":24063227,"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-07-26T02:00:08.937Z","response_time":62,"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":["aws","django","docker","forecasting-models","gcp","mysql","react","typescript"],"created_at":"2024-12-24T22:13:57.600Z","updated_at":"2026-02-13T03:05:31.589Z","avatar_url":"https://github.com/tahmid-saj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [financeprediction.io](https://www.financeprediction.io/)\n\nFinance prediction app to view historical and current market data, weekly predictions on BTC / stocks / forex, and get support from AI driven services. Developed with TypeScript, React, Django, AWS, GCP, Docker, MySQL.\n\nThe models used by the application can be found \u003ca href=\"https://github.com/tahmid-saj/ml-repository\"\u003ehere\u003c/a\u003e.\n\nThe structure of the codebase is as follows:\n\n```\nfin-predict-ts/\n├── index.html\n├── package-lock.json\n├── package.json\n├── public/\n│   └── finpredict.svg\n├── README.md\n├── src/\n│   ├── App.css\n│   ├── App.tsx\n│   ├── assets/\n│   │   └── react.svg\n│   ├── components/\n│   │   ├── advice/\n│   │   │   └── advice-cards/\n│   │   │       ├── advice-cards.component.tsx\n│   │   │       └── advice-cards.styles.tsx\n│   │   ├── chatbot/\n│   │   │   ├── chatbot-response/\n│   │   │   │   ├── chatbot-response.component.tsx\n│   │   │   │   └── chatbot-response.styles.tsx\n│   │   │   └── send-message/\n│   │   │       ├── send-message.component.tsx\n│   │   │       └── send-message.styles.tsx\n│   │   ├── home/\n│   │   │   ├── home.component.tsx\n│   │   │   └── home.styles.tsx\n│   │   ├── market/\n│   │   │   ├── market-data-form/\n│   │   │   │   ├── market-data-form.component.tsx\n│   │   │   │   └── market-data-form.styles.tsx\n│   │   │   ├── market-data-graph/\n│   │   │   │   ├── market-data-graph.component.tsx\n│   │   │   │   └── market-data-graph.styles.tsx\n│   │   │   └── market-data-table/\n│   │   │       ├── market-data-table.component.tsx\n│   │   │       └── market-data-table.styles.tsx\n│   │   ├── predictor/\n│   │   │   ├── daily-prediction/\n│   │   │   │   ├── daily-prediction.component.tsx\n│   │   │   │   └── daily-prediction.styles.tsx\n│   │   │   └── two-week-predictions/\n│   │   │       ├── two-week-predictions-graph/\n│   │   │       │   ├── two-week-predictions-graph.component.tsx\n│   │   │       │   └── two-week-predictions-graph.styles.tsx\n│   │   │       └── two-week-predictions-table/\n│   │   │           ├── two-week-predictions-table.component.tsx\n│   │   │           └── two-week-predictions-table.styles.tsx\n│   │   └── shared/\n│   │       ├── button/\n│   │       │   ├── button.component.tsx\n│   │       │   └── button.styles.tsx\n│   │       ├── drop-button/\n│   │       │   └── drop-button.styles.tsx\n│   │       ├── form-input/\n│   │       │   ├── form-input.component.tsx\n│   │       │   └── form-input.styles.tsx\n│   │       ├── info-paper/\n│   │       │   ├── info-paper.component.tsx\n│   │       │   └── info-paper.styles.tsx\n│   │       ├── media-card/\n│   │       │   ├── media-card.component.tsx\n│   │       │   └── media-card.styles.tsx\n│   │       ├── simple-card/\n│   │       │   ├── simple-card.component.tsx\n│   │       │   └── simple-card.styles.tsx\n│   │       └── tabs/\n│   │           ├── tab-content/\n│   │           │   ├── tab-content.component.tsx\n│   │           │   └── tab-content.styles.tsx\n│   │           └── tab-headers/\n│   │               ├── tab-headers.component.tsx\n│   │               └── tab-headers.styles.scss\n│   ├── contexts/\n│   │   ├── chatbot/\n│   │   │   ├── chatbot.context.tsx\n│   │   │   └── chatbot.types.tsx\n│   │   ├── market/\n│   │   │   ├── market.context.tsx\n│   │   │   └── market.types.tsx\n│   │   └── predictor/\n│   │       ├── predictions.context.tsx\n│   │       └── predictions.types.tsx\n│   ├── index.css\n│   ├── main.tsx\n│   ├── pages/\n│   │   ├── advice/\n│   │   │   ├── advice.pages.tsx\n│   │   │   └── advice.styles.tsx\n│   │   ├── chatbot/\n│   │   │   ├── chatbot.pages.tsx\n│   │   │   └── chatbot.styles.tsx\n│   │   ├── home/\n│   │   │   ├── home.pages.tsx\n│   │   │   └── home.styles.tsx\n│   │   ├── market/\n│   │   │   ├── market.pages.tsx\n│   │   │   └── market.styles.tsx\n│   │   └── predictor/\n│   │       ├── predictions.pages.tsx\n│   │       └── predictions.styles.tsx\n│   ├── routes/\n│   │   ├── advice/\n│   │   │   └── advice.routes.tsx\n│   │   ├── chatbot/\n│   │   │   └── chatbot.routes.tsx\n│   │   ├── home/\n│   │   │   └── home.routes.tsx\n│   │   ├── market/\n│   │   │   └── market.routes.tsx\n│   │   ├── navigation/\n│   │   │   ├── navigation.routes.tsx\n│   │   │   └── navigation.styles.scss\n│   │   └── predictor/\n│   │       └── predictions.routes.tsx\n│   ├── utils/\n│   │   ├── api-requests/\n│   │   │   ├── chatbot.requests.ts\n│   │   │   ├── market.requests.ts\n│   │   │   └── predictions.requests.ts\n│   │   ├── constants/\n│   │   │   ├── market.constants.ts\n│   │   │   ├── predictions.constants.ts\n│   │   │   └── shared.constants.ts\n│   │   ├── errors/\n│   │   │   ├── chatbot.errors.ts\n│   │   │   ├── market.errors.ts\n│   │   │   └── predictions.errors.ts\n│   │   ├── helpers/\n│   │   └── validations/\n│   │       ├── chatbot.validations.ts\n│   │       └── market.validations.ts\n│   └── vite-env.d.ts\n├── tsconfig.app.json\n├── tsconfig.app.tsbuildinfo\n├── tsconfig.json\n├── tsconfig.node.json\n├── tsconfig.node.tsbuildinfo\n└── vite.config.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahmid-saj%2Ffin-predict-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftahmid-saj%2Ffin-predict-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahmid-saj%2Ffin-predict-ts/lists"}