{"id":20608837,"url":"https://github.com/srikantaich/summerfrontend","last_synced_at":"2026-04-10T11:01:47.388Z","repository":{"id":249992211,"uuid":"833090798","full_name":"SrikantAich/SummerFrontEnd","owner":"SrikantAich","description":"The Hospital Management System is a React web app for managing hospital data. It offers features to view, add, edit, and delete hospital details with a user-friendly interface.","archived":false,"fork":false,"pushed_at":"2024-08-03T22:23:46.000Z","size":6931,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T17:49:17.570Z","etag":null,"topics":["ant-design","css","html5","javascript","javascript-es6","javascript-project","react-components","react-hooks","react-router","react-router-dom","reactjs"],"latest_commit_sha":null,"homepage":"https://summerpep.srikant.tech/","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/SrikantAich.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}},"created_at":"2024-07-24T10:34:14.000Z","updated_at":"2024-08-03T22:34:22.000Z","dependencies_parsed_at":"2024-08-03T23:28:51.987Z","dependency_job_id":"f2708009-217e-48e7-b5e6-6e79d7dc5625","html_url":"https://github.com/SrikantAich/SummerFrontEnd","commit_stats":null,"previous_names":["srikantaich/summerfrontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SrikantAich/SummerFrontEnd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FSummerFrontEnd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FSummerFrontEnd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FSummerFrontEnd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FSummerFrontEnd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SrikantAich","download_url":"https://codeload.github.com/SrikantAich/SummerFrontEnd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SrikantAich%2FSummerFrontEnd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["ant-design","css","html5","javascript","javascript-es6","javascript-project","react-components","react-hooks","react-router","react-router-dom","reactjs"],"created_at":"2024-11-16T10:11:59.464Z","updated_at":"2026-04-10T11:01:47.365Z","avatar_url":"https://github.com/SrikantAich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hospital Management System\r\n\r\nWelcome to the **Hospital Management System**, a React-based web application designed to manage hospital information. This app allows users to view, add, edit, and delete hospital details with an intuitive interface provided by Ant Design components.\r\n\r\n## Table of Contents\r\n\r\n- [Features](#features)\r\n- [Installation](#installation)\r\n- [Usage](#usage)\r\n- [Components](#components)\r\n- [Styling](#styling)\r\n- [License](#license)\r\n- [Contact](#contact)\r\n\r\n## Features\r\n\r\n- **Home:** Displays a comprehensive list of hospitals.\r\n- **Add Hospital:** A form for adding new hospitals to the system.\r\n- **Delete Hospital:** An interface for removing hospitals from the list.\r\n- **Edit Hospital:** Allows updating of hospital details.\r\n- **Hospital Details:** Provides a detailed view of selected hospital information.\r\n\r\n## Installation\r\n\r\nTo get started with this project:\r\n\r\n1. **Clone the repository:**\r\n\r\n    ```bash\r\n    git clone https://github.com/SrikantAich/SummerFrontEnd.git\r\n    ```\r\n\r\n2. **Navigate to the project directory:**\r\n\r\n    ```bash\r\n    cd SummerFrontEnd\r\n    ```\r\n\r\n3. **Install the required dependencies:**\r\n\r\n    ```bash\r\n    npm install\r\n    ```\r\n\r\n4. **Start the development server:**\r\n\r\n    ```bash\r\n    npm start\r\n    ```\r\n\r\n   Your application will be running at [http://localhost:3000](http://localhost:3000).\r\n\r\n## Usage\r\n\r\nOnce the server is running, you can access the following features:\r\n\r\n- **Home:** Navigate to view a list of hospitals.\r\n- **Add Hospital:** Use the form to enter new hospital data.\r\n- **Delete Hospital:** Remove hospitals through the Delete interface.\r\n- **Edit Hospital:** Modify existing hospital information via the Edit form.\r\n- **Hospital Details:** View detailed information about a hospital.\r\n\r\n## Components\r\n\r\n- **Navbar:** Provides navigation links to Home, Add, Delete, Edit, and Details pages.\r\n- **HospitalDetails:** Displays detailed information about the selected hospital.\r\n\r\n## Styling\r\n\r\nThe application uses CSS for styling. Custom styles for the hospital details page are located in `HospitalDetail.css`. Ensure that the CSS rules are correctly applied to maintain visual consistency.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\r\n\r\n## Contact\r\n\r\nFor any questions or issues, please reach out to Srikant Kumar Aich at [Srikant.12111982@lpu.in](mailto:Srikant.12111982@lpu.in).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrikantaich%2Fsummerfrontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrikantaich%2Fsummerfrontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrikantaich%2Fsummerfrontend/lists"}