{"id":27252785,"url":"https://github.com/hashal890/salesway-dashboard-assignment","last_synced_at":"2026-04-07T18:32:00.939Z","repository":{"id":248850734,"uuid":"829858869","full_name":"Hashal890/salesway-dashboard-assignment","owner":"Hashal890","description":"Welcome to the Salesway Dashboard, a comprehensive tool designed for visualizing and managing sales data effectively. This dashboard offers a seamless user experience with various features to enhance data visualization and analysis, while ensuring secure access and robust error handling.","archived":false,"fork":false,"pushed_at":"2024-07-18T05:37:40.000Z","size":14699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:36:05.801Z","etag":null,"topics":["axios","body","chakra-ui","chartjs","cors","css","dotenv","express","html","javascript","mongoose","parser","react","react-chartjs-2","react-icons","vercel"],"latest_commit_sha":null,"homepage":"https://salesway-dashboard-assignment.vercel.app/","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/Hashal890.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":"2024-07-17T06:22:00.000Z","updated_at":"2024-07-18T05:37:44.000Z","dependencies_parsed_at":"2024-07-21T17:48:03.669Z","dependency_job_id":null,"html_url":"https://github.com/Hashal890/salesway-dashboard-assignment","commit_stats":null,"previous_names":["hashal890/salesway-dashboard-assignment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hashal890/salesway-dashboard-assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hashal890%2Fsalesway-dashboard-assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hashal890%2Fsalesway-dashboard-assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hashal890%2Fsalesway-dashboard-assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hashal890%2Fsalesway-dashboard-assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hashal890","download_url":"https://codeload.github.com/Hashal890/salesway-dashboard-assignment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hashal890%2Fsalesway-dashboard-assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["axios","body","chakra-ui","chartjs","cors","css","dotenv","express","html","javascript","mongoose","parser","react","react-chartjs-2","react-icons","vercel"],"created_at":"2025-04-11T01:24:36.226Z","updated_at":"2026-04-07T18:32:00.913Z","avatar_url":"https://github.com/Hashal890.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Salesway Dashboard Assignment\n\nWelcome to the Salesway Dashboard, a comprehensive tool designed for visualizing and managing sales data effectively. This dashboard offers a seamless user experience with various features to enhance data visualization and analysis, while ensuring secure access and robust error handling.\n\n## Features:\n\n- Bar Graphs for Data Visualization: Interactive bar graphs to visualize sales data, making it easy to identify trends and patterns.\n- Progress Bars: Provides visual indicators of progress towards sales targets and other key metrics.\n- Error Handling in UI: Robust error handling to ensure smooth user experience, with clear messages and fallback options in case of any issues.\n- Backend API for Data Storing: A fully-featured backend API to handle data storage, retrieval, and management, ensuring data persistence and integrity.\n\n## Project Demonstration\n\n**Image Preview:**\n\n![home](./frontend/src/assets/gif-preview.gif)\n\n**Video Overview:**\n\n[View Video](https://drive.google.com/file/d/1gbW4YTA8xGN3t534vM_oF4bJPZUp1mK5/view?usp=sharing)\n\n## Getting Started\n\n**First, clone the repository:**\n\n```bash\ngit clone https://github.com/Hashal890/salesway-dashboard-assignment.git\ncd salesway-dashboard-assignment\n```\n\n### Front-End Setup\n\nNavigate to the `frontend` directory and install dependencies:\n\n```bash\ncd frontend\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\nRun the development server:\n\n```bash\nnpm run start\n# or\nyarn start\n# or\npnpm start\n# or\nbun start\n```\n\n### Back-End Setup\n\nNavigate to the `backend` directory and install dependencies:\n\n```bash\ncd backend\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\nRun the back-end server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\n## Technologies used\n\n- [Mongoose](https://mongoosejs.com/docs/guide.html)\n- [Express.js](https://expressjs.com/en/starter/installing.html)\n- [React.js](https://nextjs.org/docs)\n- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)\n- [Axios](https://www.npmjs.com/package/axios)\n- [Body Parser](https://www.npmjs.com/package/body-parser)\n- [Dotenv](https://www.npmjs.com/package/dotenv)\n- [Cors](https://www.npmjs.com/package/cors)\n- [Chakra-UI](https://v2.chakra-ui.com/getting-started)\n- [Chart.js](https://www.chartjs.org/docs/latest/)\n- [React Chart.js 2](https://www.npmjs.com/package/react-chartjs-2)\n- [React Icons](https://react-icons.github.io/react-icons/)\n- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)\n- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)\n- [Vercel](https://vercel.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashal890%2Fsalesway-dashboard-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashal890%2Fsalesway-dashboard-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashal890%2Fsalesway-dashboard-assignment/lists"}