{"id":19418862,"url":"https://github.com/reddy-epk/chartify","last_synced_at":"2026-02-08T15:32:24.387Z","repository":{"id":246373687,"uuid":"820935854","full_name":"reddy-epk/chartify","owner":"reddy-epk","description":"A Production Ready Chart application ","archived":false,"fork":false,"pushed_at":"2024-08-03T09:09:45.000Z","size":204,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T07:47:59.719Z","etag":null,"topics":["charts-js","class-component-hooks","functional-components","html2canvas","modals","react-18","react-charts","react-modal-component"],"latest_commit_sha":null,"homepage":"https://chartify.ccbp.tech","language":"JavaScript","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/reddy-epk.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-06-27T13:25:25.000Z","updated_at":"2024-09-07T09:23:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d4bb508-eba7-4951-b9d7-a9d94399c6ba","html_url":"https://github.com/reddy-epk/chartify","commit_stats":null,"previous_names":["reddy-epk/chartify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reddy-epk/chartify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Fchartify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Fchartify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Fchartify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Fchartify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddy-epk","download_url":"https://codeload.github.com/reddy-epk/chartify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2Fchartify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29235247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"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":["charts-js","class-component-hooks","functional-components","html2canvas","modals","react-18","react-charts","react-modal-component"],"created_at":"2024-11-10T13:15:29.391Z","updated_at":"2026-02-08T15:32:24.365Z","avatar_url":"https://github.com/reddy-epk.png","language":"JavaScript","readme":"Building a  React **Chartify** (Charts Application) \n\u003cp\u003eA production ready Chart Application \u003c/p\u003e\n\n### Refer to the image below:\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cimg src=\"https://res.cloudinary.com/dqfqwre2q/image/upload/v1719497743/Screenshot_2721_mayr6h.png\" alt=\"chartify\" style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n### External Dependencies\n\u003cdetails\u003e\n\u003csummary\u003eInstalled this External Packages\u003c/summary\u003e\n\n-  `npm install chart.js@3.9.1 react-chartjs-2@4.3.1 date-fns@2.29.3`\n- `date-fns@2.29.3`\n- `html2canvas`\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\n\n\n\n\u003e ### _Things to Keep in Mind_\n\u003e\n\u003e - All components you implement should go in the `src/components` directory.\n\u003e - Don't change the component folder names as those are the files being imported into the tests.\n\n\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Fchartify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddy-epk%2Fchartify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Fchartify/lists"}