{"id":22612274,"url":"https://github.com/rcrdk/pizza-shop-web","last_synced_at":"2026-04-07T22:32:25.601Z","repository":{"id":220501887,"uuid":"751611663","full_name":"rcrdk/pizza-shop-web","owner":"rcrdk","description":"A simple Pizza Shop for practice of fetching API data on a React app. ","archived":false,"fork":false,"pushed_at":"2024-02-13T16:22:53.000Z","size":494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T23:46:00.362Z","etag":null,"topics":["axios","happy-dom","mock-service-worker","playwright","radix-ui","react","react-hook-form","react-query","react-router","shadcn-ui","tailwindcss","testing-library","typescript","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rcrdk.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-02-02T00:18:58.000Z","updated_at":"2024-08-29T13:35:31.000Z","dependencies_parsed_at":"2024-12-08T17:21:57.433Z","dependency_job_id":null,"html_url":"https://github.com/rcrdk/pizza-shop-web","commit_stats":null,"previous_names":["rcrdk/ignite-pizzashop-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcrdk/pizza-shop-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fpizza-shop-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fpizza-shop-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fpizza-shop-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fpizza-shop-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcrdk","download_url":"https://codeload.github.com/rcrdk/pizza-shop-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fpizza-shop-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["axios","happy-dom","mock-service-worker","playwright","radix-ui","react","react-hook-form","react-query","react-router","shadcn-ui","tailwindcss","testing-library","typescript","zod"],"created_at":"2024-12-08T17:11:49.411Z","updated_at":"2026-04-07T22:32:25.583Z","avatar_url":"https://github.com/rcrdk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍕 Pizza Shop\nI developed this project as a challenge of my latest studies on React lessons at [Rocketseat](https://www.rocketseat.com.br).\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Pizza Shop Project Preview\" src=\"https://github.com/rcrdk/ignite-pizzashop-web/blob/main/public/preview.jpg?raw=true\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n## 🚀 Techs and Tools\n\n- [React](https://reactjs.org)\n- [TypeScript](https://www.typescriptlang.org/)\n- [shadcn/ui](https://ui.shadcn.com) + [Radix UI](https://www.radix-ui.com) + [TailwindCSS](https://tailwindcss.com)\n- [React Query](https://tanstack.com/query/v3/)\n- [React Router](https://reactrouter.com/en/main)\n- [React Hook Form](https://react-hook-form.com/) + [Zod](https://zod.dev/)\n- [Axios](https://axios-http.com/docs/intro)\n- [Testing Library](https://testing-library.com) + [Happy DOM](https://github.com/capricorn86/happy-dom)\n- [Mock Service Worker](https://mswjs.io) + [Playwright](https://playwright.dev)\n\n## 💻 Project\n\nThis project was developed for practicing the connection between this front-end app and it's API provied by the school and available at links section. The main practice was connecting the API to this front-end project using React Query for caching data. It was used shadcn/ui as component library along with radix. Here I've added unit tests on some components using Testing Library with Happy DOM and also, added E2E tests with Playright and Mock Service Worker.\n\n**It includes:** A sign up and sign in pages; A dashboard with summary and graphs; A modal form to edit restaurant information; An orders module with status management and view detailed information; A error page.\n\n## 🔗 Links\n\n\u003c!-- - [Deploy]() --\u003e\n- [Back-End API](https://github.com/rocketseat-education/pizzashop-api)\n\u003e The Resend integration was disabled. To run app and get access url, insert any value at `RESEND_API_KEY` on `.env` file; In `seed.ts` find and copy the e-mail for sign inside create restaurant manager seed function; Paste the e-mail on login and get the access url on api console terminal.\n\n## ⚙️ Enviroment Variables\n\n```shell\nVITE_API_URL=\"http://localhost:3333\"\nVITE_ENABLE_API_DELAY=true # true for delaying requests and test skeletons\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcrdk%2Fpizza-shop-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcrdk%2Fpizza-shop-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcrdk%2Fpizza-shop-web/lists"}