{"id":24500053,"url":"https://github.com/premshinde-2013/assignment-mockups","last_synced_at":"2026-05-08T07:33:00.973Z","repository":{"id":204135899,"uuid":"711063722","full_name":"PremShinde-2013/assignment-mockups","owner":"PremShinde-2013","description":"To explore the website, kindly click on the link provided below:  👇","archived":false,"fork":false,"pushed_at":"2023-10-28T14:59:53.000Z","size":218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T11:56:06.599Z","etag":null,"topics":["material-ui","react-router","reactjs","zustand"],"latest_commit_sha":null,"homepage":"https://mockup-assignments.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PremShinde-2013.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-28T05:27:00.000Z","updated_at":"2023-10-28T15:06:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fbef785-9a12-44fb-8ae1-899051d1de31","html_url":"https://github.com/PremShinde-2013/assignment-mockups","commit_stats":null,"previous_names":["premshinde-2013/assignment-mockups"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PremShinde-2013/assignment-mockups","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PremShinde-2013%2Fassignment-mockups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PremShinde-2013%2Fassignment-mockups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PremShinde-2013%2Fassignment-mockups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PremShinde-2013%2Fassignment-mockups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PremShinde-2013","download_url":"https://codeload.github.com/PremShinde-2013/assignment-mockups/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PremShinde-2013%2Fassignment-mockups/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"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":["material-ui","react-router","reactjs","zustand"],"created_at":"2025-01-21T22:16:54.526Z","updated_at":"2026-05-08T07:33:00.950Z","avatar_url":"https://github.com/PremShinde-2013.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mockup Assignments\n\nThis is a React web application that provides a platform for managing projects. Users can view, filter, and update the status of various projects.\n\n## Demo\n\nCheck out the live demo [here](https://mockup-assignments.netlify.app/).\n\n## Features\n\n- View a list of projects with details such as client name, address, installation timeline, and status.\n- Filter projects by status (All, Matched, Submitted, Closed, Rejected).\n- Update the status of a project (Matched, Submitted, Closed, Rejected).\n\n## File Structure\n\n```\n|-- src\n    |-- components\n        |-- EntireComponent.js\n        |-- ProjectListComponent.js\n        |-- ProjectListing.js\n        |-- TabsComponent.js\n    |-- hooks\n        |-- useProjectsStore.js\n    |-- App.js\n|-- public\n|-- package.json\n|-- ...\n```\n\n### `src/components`\n\n- `EntireComponent.js`: The main component that organizes the entire application structure.\n- `ProjectListComponent.js`: Component responsible for rendering the list of projects.\n- `ProjectListing.js`: Component for displaying individual project details.\n- `TabsComponent.js`: Component for rendering the tabs used for filtering projects.\n\n### `src/hooks`\n\n- `useProjectsStore.js`: A custom hook created using Zustand for managing the state of projects.\n\n### `src/App.js`\n\nThe entry point of the application where components are imported and rendered.\n\n### `public`\n\nContains static assets like images, if any.\n\n### `package.json`\n\nContains project metadata and dependencies.\n\n## Usage\n\n1. Clone the repository.\n2. Install dependencies using `npm install`.\n3. Start the development server with `npm start`.\n\n## Dependencies\n\n- `@mui/base`: Material-UI core components.\n- `@mui/material`: Material-UI components.\n- `@mui/system`: Material-UI system utilities.\n- `zustand`: State management library for React.\n\n## Contributing\n\nIf you'd like to contribute, please fork the repository and create a pull request. Feel free to open an issue if you have any suggestions or find any bugs.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nFeel free to add or modify any sections to provide additional information about your project. Make sure to replace the placeholders with actual content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremshinde-2013%2Fassignment-mockups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpremshinde-2013%2Fassignment-mockups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremshinde-2013%2Fassignment-mockups/lists"}