{"id":18562876,"url":"https://github.com/kiranwankhade/dataneuron","last_synced_at":"2026-04-27T08:32:22.716Z","repository":{"id":232341481,"uuid":"784090841","full_name":"kiranwankhade/DataNeuron","owner":"kiranwankhade","description":"The DataNeuron Frontend Interface facilitates the interaction with the backend API through a user-friendly web application. It features three primary resizable components, each dedicated to specific functionalities: adding data, displaying data with update capabilities, and showing operation counts.","archived":false,"fork":false,"pushed_at":"2024-04-10T10:32:11.000Z","size":3934,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T18:11:57.260Z","etag":null,"topics":["chakraui","react","react-resizable","reactsjs"],"latest_commit_sha":null,"homepage":"https://dataneuron-task2-frontend.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/kiranwankhade.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-04-09T07:03:11.000Z","updated_at":"2024-04-10T08:03:02.000Z","dependencies_parsed_at":"2024-11-06T22:21:29.986Z","dependency_job_id":null,"html_url":"https://github.com/kiranwankhade/DataNeuron","commit_stats":null,"previous_names":["kiranwankhade/dataneuron"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kiranwankhade/DataNeuron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2FDataNeuron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2FDataNeuron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2FDataNeuron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2FDataNeuron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiranwankhade","download_url":"https://codeload.github.com/kiranwankhade/DataNeuron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiranwankhade%2FDataNeuron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["chakraui","react","react-resizable","reactsjs"],"created_at":"2024-11-06T22:11:14.777Z","updated_at":"2026-04-27T08:32:22.698Z","avatar_url":"https://github.com/kiranwankhade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataNeuron Task1\nResize three compnents\n## Base URL\n\ncurrently deployed at: [https://dataneurontask-resize.vercel.app/]\n\n\n# DataNeuron Frontend Interface\n\nThe DataNeuron Frontend Interface facilitates the interaction with the backend API through a user-friendly web application. It features three primary resizable components, each dedicated to specific functionalities: adding data, displaying data with update capabilities, and showing operation counts.\n\n## Base URL\n\ncurrently deployed at: [https://dataneuron-task2-frontend.vercel.app/]\n\n## Components Overview\n\n### Component 1: Data Entry\n\nThis component contains two input fields where users can input their data:\n\n- **Task Input:** For entering the task name.\n- **Description Input:** For entering the task's description.\n\nUpon filling out these fields, the user can submit the data, which then gets added to the database through the backend API.\n\n### Component 2: Data Display and Update\n\nAll the data added through Component 1 are displayed here in a table format. Each row represents a single entry with the following columns:\n\n- **Task:** Shows the task name.\n- **Description:** Shows the task description.\n- **ADD:** Each row has an update button, allowing the user to modify the respective data entry. Clicking this button will enable editing fields directly in the table or pop up a modal/dialog box for editing, depending on implementation.\n\n### Component 3: Operation Counts\n\nThis component displays the counts of operations performed:\n\n- **Add Count:** Shows the number of times new data has been added.\n- **Update Count:** Shows the number of times existing data has been updated.\n\nThese counts are fetched from the backend API, offering insight into how frequently data manipulation operations occur.\n\n## General Features\n\n- **Resizable Components:** Each of the three main components is resizable, allowing the user to adjust their size according to their preference or screen real estate requirements.\n- **Reset Button:** A dedicated button is available at the top of the interface. Clicking this button resets all components to their default sizes, providing a quick way to revert to the standard layout.\n\n\n## Technologies Used\n\n- React\n- JavaScript\n- Chakra UI\n- React-Resizable\n\n## Installation\n\nTo set up and run the project locally, follow these steps:\n\n**Step 1:** Clone the repository:\n\n```bash\ngit clone \u003crepository-url\u003e\n```\n\n**Step 2:** Navigate to the project directory:\n\n```bash\ncd Dil_Foods/dilfoods_frontend/\n```\n\n**Step 3:** Install the required packages:\n\n```bash\nnpm install\n```\n\n**Step 4:** Run the Project:\n\n```bash\nnpm run start\n```\n\n## Usage\nOnce the project is running locally, you can access this in your web browser. \n\n\n## Screens of Project:\n### Task-1\n![DataNeuronTask1](https://github.com/kiranwankhade/DataNeuron/assets/49937312/21e452e1-ae19-48fa-ac02-7ebabe7f52bf)\n\n![DataNeuronTask2](https://github.com/kiranwankhade/DataNeuron/assets/49937312/be1f4035-37d3-4ae4-a9be-090806cfefbf)\n\n\n### Task-2\n![DataNeuron1](https://github.com/kiranwankhade/DataNeuron/assets/49937312/56f65ac7-234d-4b6c-9f38-5ffac7ca811f)\n\n![DataNeuron2](https://github.com/kiranwankhade/DataNeuron/assets/49937312/c7bbbf5f-6f01-4701-901d-f538d037de6d)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranwankhade%2Fdataneuron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiranwankhade%2Fdataneuron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiranwankhade%2Fdataneuron/lists"}