{"id":20772240,"url":"https://github.com/ericneves/simplereactcrud","last_synced_at":"2026-04-21T00:32:54.502Z","repository":{"id":161096029,"uuid":"635143944","full_name":"EricNeves/simpleReactCRUD","owner":"EricNeves","description":":rocket: Simple React CRUD with ReacJS, JSON Server, React Router DOM, Axios and more...","archived":false,"fork":false,"pushed_at":"2023-05-13T02:52:16.000Z","size":992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T07:27:02.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/EricNeves.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":"2023-05-02T04:04:52.000Z","updated_at":"2023-05-03T16:02:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4c8c833-59c2-4366-87b5-f5ba6e3f108f","html_url":"https://github.com/EricNeves/simpleReactCRUD","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/EricNeves%2FsimpleReactCRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleReactCRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleReactCRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FsimpleReactCRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricNeves","download_url":"https://codeload.github.com/EricNeves/simpleReactCRUD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243108487,"owners_count":20237700,"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":[],"created_at":"2024-11-17T12:19:51.617Z","updated_at":"2025-12-25T00:41:26.638Z","avatar_url":"https://github.com/EricNeves.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](.github/favicon.ico)\n\n### Simple ReactJS CRUD 🦜\n\n![Commit](https://img.shields.io/github/last-commit/ericneves/simpleReactCRUD?color=success\u0026logo=appveyor\u0026logoColor=success\u0026style=flat-square)\n![License](https://img.shields.io/github/license/ericneves/simplereactcrud?color=blue\u0026logo=appveyor\u0026logoColor=blue\u0026style=flat-square)\n\nEsse sistema consiste em exemplificar a criação de um \u003cb\u003eCRUD\u003c/b\u003e (\u003cb\u003eCREATE, READ, UPDATE \u0026 DELETE\u003c/b\u003e) com \u003cb\u003eReactJS\u003c/b\u003e e \u003cb\u003ejson-server\u003c/b\u003e.\n\nA aplicação possui \u003cb\u003e2\u003c/b\u003e diretórios, \u003cb\u003ebackend e frontend\u003c/b\u003e, no \u003cb\u003ebackend\u003c/b\u003e foi utilizado a biblioteca \u003ca href=\"https://www.npmjs.com/package/json-server\"\u003e\u003cb\u003ejson-server\u003c/b\u003e\u003c/a\u003e para simular uma \u003cb\u003eREST API\u003c/b\u003e. Já no \u003cb\u003efrontend\u003c/b\u003e por sua vez, foram utilizados \u003cb\u003eReactJS\u003c/b\u003e, \u003cb\u003eCSS\u003c/b\u003e, \u003cb\u003eUseEffect\u003c/b\u003e para lidar com o ciclo de vida dos componentes, \u003ca href=\"https://www.npmjs.com/package/react-router-dom\"\u003e\u003cb\u003ereact-router-dom\u003c/b\u003e\u003c/a\u003e, \u003ca href=\"https://axios-http.com/ptbr/docs/intro\"\u003e\u003cb\u003eAxios\u003c/b\u003e\u003c/a\u003e, e entre outros.\n\n\n![Recorder](.github/recorder.gif)\n![Screenshot](.github/screenshotA.png)\n\n#### Executando 🤖\n\n```sh\n\n# Clone\n$ git clone https://github.com/EricNeves/simpleReactCRUD.git\n\n# Install Dependencies - Backend\n$ cd backend \u0026\u0026 npm install\n\n# Execute Backend\n$ npm start \n\n# Install dependencies - Frontend\n$ cd frontend \u0026\u0026 npm install\n\n# Execute Frontend\n$ npm start\n\n```\n\n#### Ferramentas 👾\n\n* 🛸 Backend\n  * [json-server](https://www.npmjs.com/package/json-server)\n* 🔭 Frontend\n  * ReactJS\n  * CSS\n  * [axios](https://axios-http.com/ptbr/docs/intro)\n  * [react-router-dom](https://www.npmjs.com/package/react-router-dom)\n  * [react-icons](https://react-icons.github.io/react-icons/)\n\n#### Autor 👽\n\n* Eric Neves\n\n#### Licença 📝\n\n![License](https://img.shields.io/github/license/ericneves/simplereactcrud?color=blue\u0026logo=appveyor\u0026logoColor=blue\u0026style=flat-square)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fsimplereactcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericneves%2Fsimplereactcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fsimplereactcrud/lists"}