{"id":26179489,"url":"https://github.com/bezkoder/react-table-crud-example","last_synced_at":"2025-04-14T22:34:17.419Z","repository":{"id":46785999,"uuid":"346299733","full_name":"bezkoder/react-table-crud-example","owner":"bezkoder","description":"React Table example: CRUD App with react-table v7, axios, Bootstrap","archived":false,"fork":false,"pushed_at":"2021-03-23T09:02:12.000Z","size":406,"stargazers_count":46,"open_issues_count":1,"forks_count":52,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T10:47:34.277Z","etag":null,"topics":["axios","crud","react","react-hooks","react-table","reactjs"],"latest_commit_sha":null,"homepage":"","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/bezkoder.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}},"created_at":"2021-03-10T09:23:22.000Z","updated_at":"2024-08-30T16:02:19.000Z","dependencies_parsed_at":"2022-09-24T17:21:10.394Z","dependency_job_id":null,"html_url":"https://github.com/bezkoder/react-table-crud-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-table-crud-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-table-crud-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-table-crud-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Freact-table-crud-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/react-table-crud-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248971891,"owners_count":21191680,"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","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","crud","react","react-hooks","react-table","reactjs"],"created_at":"2025-03-11T21:50:08.475Z","updated_at":"2025-04-14T22:34:17.386Z","avatar_url":"https://github.com/bezkoder.png","language":"JavaScript","readme":"# React Table example: CRUD App with react-table v7\n\nBuild a React Table example with [react-table](https://github.com/tannerlinsley/react-table) v7 by a CRUD Application to consume Web API with Axios, display and modify data with Router \u0026 Bootstrap.\n- Each Tutorial has id, title, description, published status.\n- We can create, retrieve, update, delete Tutorials.\n- List of Tutorials is shown in a Table using `react-table` v7\n- There is a Search bar for finding Tutorials by title.\n\n![react-table-example-crud-react-table-v7-tutorial](react-table-example-crud-react-table-v7-tutorial.png)\n\nFor instruction, please visit:\n\u003e [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/)\n\nMore Practice:\n\u003e [React Hooks CRUD example with Axios and Web API](https://bezkoder.com/react-hooks-crud-axios-api/)\n\n\u003e [React Pagination using Hooks example](https://bezkoder.com/react-pagination-hooks/)\n\n\u003e [React Hooks File Upload example](https://bezkoder.com/react-hooks-file-upload/)\n\n\u003e [React Hooks: JWT Authentication \u0026 Authorization example](https://bezkoder.com/react-hooks-jwt-auth/)\n\n\u003e [React + Redux + Hooks: JWT Authentication \u0026 Authorization example](https://bezkoder.com/react-hooks-redux-login-registration-example/)\n\nFullstack with Node.js Express:\n\u003e [React + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)\n\n\u003e [React + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)\n\n\u003e [React + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)\n\nFullstack with Spring Boot:\n\u003e [React + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)\n\n\u003e [React + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)\n\n\u003e [React + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)\n\nFullstack with Django:\n\u003e [React.js Hooks + Django Rest Framework](https://bezkoder.com/django-react-hooks/)\n\nServerless with Firebase:\n\u003e [React Firebase Hooks: CRUD App with Realtime Database example](https://bezkoder.com/react-firebase-hooks-crud/)\n\n\u003e [React Hooks Firestore example: CRUD App](https://bezkoder.com/react-hooks-firestore/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [How to integrate React.js with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)\n\n\u003e [Integrate React with Node.js Express on same Server/Port](https://bezkoder.com/integrate-react-express-same-server-port/)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n### Set port\n.env\n```\nPORT=8081\n```\n\n## Project setup\n\nIn the project directory, you can run:\n\n```\nnpm install\n# or\nyarn install\n```\n\nor\n\n### Compiles and hot-reloads for development\n\n```\nnpm start\n# or\nyarn start\n```\n\nOpen [http://localhost:8081](http://localhost:8081) to view it in the browser.\n\nThe page will reload if you make edits.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-table-crud-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Freact-table-crud-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Freact-table-crud-example/lists"}