{"id":20481227,"url":"https://github.com/vaibhav-pant/reactdashboardapp","last_synced_at":"2026-04-14T00:03:02.722Z","repository":{"id":249697828,"uuid":"832261250","full_name":"Vaibhav-Pant/ReactDashboardApp","owner":"Vaibhav-Pant","description":"A responsive and dynamic dashboard application built with React.js, React Router v6, and styled-components, featuring three main pages: Dashboard, Transactions, and Support.","archived":false,"fork":false,"pushed_at":"2024-07-25T14:05:28.000Z","size":598,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T15:51:05.439Z","etag":null,"topics":["dashboard","github-pages","react","react-dashboard","react-router-v6","responsive-design","styled-components","ui-components","ui-design","web-dev"],"latest_commit_sha":null,"homepage":"https://vaibhav-pant.github.io/ReactDashboardApp/","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/Vaibhav-Pant.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-07-22T16:42:36.000Z","updated_at":"2024-07-25T14:06:27.000Z","dependencies_parsed_at":"2024-07-22T20:54:50.694Z","dependency_job_id":"d6dd0cad-3b8a-4a1d-8554-150134e14f49","html_url":"https://github.com/Vaibhav-Pant/ReactDashboardApp","commit_stats":null,"previous_names":["vaibhav-pant/reactdashboardapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vaibhav-Pant/ReactDashboardApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Pant%2FReactDashboardApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Pant%2FReactDashboardApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Pant%2FReactDashboardApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Pant%2FReactDashboardApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vaibhav-Pant","download_url":"https://codeload.github.com/Vaibhav-Pant/ReactDashboardApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Pant%2FReactDashboardApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270337723,"owners_count":24566982,"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-13T02:00:09.904Z","response_time":66,"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":["dashboard","github-pages","react","react-dashboard","react-router-v6","responsive-design","styled-components","ui-components","ui-design","web-dev"],"created_at":"2024-11-15T16:07:28.002Z","updated_at":"2026-04-14T00:03:02.687Z","avatar_url":"https://github.com/Vaibhav-Pant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Dashboard App UI\n\nThis repository contains the source code for a React-based dashboard application. The app features a modern and responsive user interface, implemented using React.js, React Router v6, and styled-components. It includes three main pages: Dashboard, Transactions, and Support, each accessible via client-side routing.\n\n## Features\n\n- **React.js**: Built using React.js to create a dynamic and responsive user interface.\n- **React Router v6**: Utilizes React Router for seamless client-side navigation between pages.\n- **Styled-Components**: CSS-in-JS library used for writing CSS, providing a clean and modular approach to styling components.\n- **Component-based Architecture**: Modular design with reusable components to ensure code maintainability and scalability.\n- **State Management**: Efficient state management using React hooks to handle UI state and interactions.\n- **Responsive Design**: Fully responsive UI, optimized for various screen sizes and devices.\n- **GitHub Pages Deployment**: Hosted on GitHub Pages for easy access and demonstration.\n\n## Pages\n\n1. **Dashboard**: Provides an overview of key metrics and insights.\n2. **Transactions**: Displays transaction history and details.\n3. **Support**: Offers support resources and contact information.\n\n## Screenshots\n\n![output1](https://github.com/Vaibhav-Pant/ReactProjects/assets/132343877/bd6202b8-d43b-4797-a0ad-44c8c35eb6d4)\n*Dashboard page on a desktop screen*\n![output2](https://github.com/Vaibhav-Pant/ReactProjects/assets/132343877/e04d7416-4726-4e4f-89df-d909b8a8a9b9)\n*Transactions page on a desktop screen*\n![output4](https://github.com/Vaibhav-Pant/ReactProjects/assets/132343877/463aa376-0a3f-41cc-a659-1b1e0fae15bd)\n*Support page on a desktop screen*\n\n## Getting Started\n\nFollow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- Node.js (version 14.x or later)\n- npm (version 6.x or later)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Vaibhav-Pant/ReactDashboardApp.git\n   cd ReactDashboardApp\n   ```\n\n2. Install the dependencies:\n   ```bash\n   npm install\n   ```\n\n### Running the App\n\nStart the development server:\n```bash\nnpm start\n```\n\nOpen your browser and navigate to `http://localhost:3000` to view the app.\n\n### Building for Production\n\nTo create a production build of the app, run:\n```bash\nnpm run build\n```\n\n### Deploying to GitHub Pages\n\nThe app is configured to be deployed to GitHub Pages. To deploy, run:\n```bash\nnpm run deploy\n```\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.\n\n\n## Acknowledgements\n\n- [React](https://reactjs.org/)\n- [React Router](https://reactrouter.com/)\n- [Styled-Components](https://styled-components.com/)\n- [GitHub Pages](https://pages.github.com/)\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhav-pant%2Freactdashboardapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaibhav-pant%2Freactdashboardapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhav-pant%2Freactdashboardapp/lists"}