{"id":30666266,"url":"https://github.com/thecodechaser/market-seasonality-explorer","last_synced_at":"2025-08-31T21:48:57.339Z","repository":{"id":306290525,"uuid":"1024792203","full_name":"thecodechaser/market-seasonality-explorer","owner":"thecodechaser","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T16:26:50.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-07-24T22:04:21.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thecodechaser.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}},"created_at":"2025-07-23T08:54:52.000Z","updated_at":"2025-07-24T16:26:54.000Z","dependencies_parsed_at":"2025-07-24T22:04:25.937Z","dependency_job_id":"94a4c348-1197-45bf-8a56-ba3eeef98476","html_url":"https://github.com/thecodechaser/market-seasonality-explorer","commit_stats":null,"previous_names":["thecodechaser/market-seasonality-explorer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/thecodechaser/market-seasonality-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fmarket-seasonality-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fmarket-seasonality-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fmarket-seasonality-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fmarket-seasonality-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodechaser","download_url":"https://codeload.github.com/thecodechaser/market-seasonality-explorer/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechaser%2Fmarket-seasonality-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273046451,"owners_count":25036179,"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-08-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2025-08-31T21:48:56.327Z","updated_at":"2025-08-31T21:48:57.317Z","avatar_url":"https://github.com/thecodechaser.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/thecodechaser-blueviolet)\n\n# Market Seasonality Explorer\n\n\u003e Market Seasonality Explorer is a responsive, real-time crypto analytics dashboard that visualizes market performance through a dynamic calendar interface. Each calendar cell represents a day/week/month and provides detailed insights such as volume, performance, volatility, and other technical metrics. Users can click on any day to access a comprehensive drill-down report with historical trends, comparative analysis, and visual breakdowns. The app supports live data updates, dark/light themes, and seamless interaction across desktop and mobile devices.\n\n## Preview:\n\n![screenshot](./public/images/previews/preview1.png)\n\n![screenshot](./public/images/previews/preview2.png)\n\n![screenshot](./public/images/previews/preview3.png)\n\n## Built With\n\n- JavaScript\n- TypeScript\n- React\n- Redux Toolkit\n- Jest\n- Tailwind CSS\n\n## Libraries Used\n- React: Core UI library for building components.\n- Redux Toolkit: Simplified state management.\n- React-Redux: React bindings for Redux.\n- Jest: Testing framework.\n- React Testing Library: Utilities for testing UI interactions.\n- Vite: Fast build and development server.\n- Tailwind CSS: Utility-first CSS framework for rapid UI development.\n- Lucide React: Icon set for React.\n- React Day Picker: Accessible date picker component.\n- jsPDF: Client-side PDF generation.\n- Redux Mock Store: For mocking Redux stores in tests.\n\nFor a complete list, check the package.json file\n\n## Assumptions Made\n\n- The app requires an active internet connection to fetch live crypto data.\n- Users are expected to interact with the dashboard using modern browsers that support ES modules.\n- Data is expected to be available and structured in a format consumable by the charting and calendar logic.\n- All styling is done using Tailwind CSS and assumes no external CSS frameworks will be mixed in.\n- Testing assumes the DOM is simulated using jsdom through Jest.\n- All dates and times are handled in the user’s local timezone unless explicitly set otherwise.\n\n## Live version\n\n[Market Seasonality Explorer](https://market-explorer.thecodechaser.com)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n- A text editor(preferably Visual Studio Code)\n- Node\n- Web browser\n\n### Install\n- [Git](https://git-scm.com/downloads)\n- [Node](https://nodejs.org/en/download/)\n\n### Using it Locally\n\n- Clone the project\n\n```bash \ngit clone git@github.com:thecodechaser/market-seasonality-explorer.git\n\ncd market-seasonality-explorer\n```\n\n- Install dependencies\n\n```bash\nnpm i \nor\nnpm install\n```\n- To Start the development server\n```bash\nnpm run dev\n```\n\n- To test the project\n```bash\nnpm run test\n```\n\n\n## Visit And Open Files\n\n[Visit Repo](https://github.com/thecodechaser/market-seasonality-explorer)\n\n## Download Repo\n\n[Download Repo](https://github.com/thecodechaser/market-seasonality-explorer/archive/refs/heads/main.zip)\n\n## Authors\n\n👤 **Ranjeet Singh**\n\n- Website: [thecodechaser.com](https://thecodechaser.com)\n- GitHub: [@thecodechaser](https://github.com/thecodechaser)\n- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)\n- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/thecodechaser/market-seasonality-explorer/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Inspiration: GoQuant\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechaser%2Fmarket-seasonality-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodechaser%2Fmarket-seasonality-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechaser%2Fmarket-seasonality-explorer/lists"}