{"id":26981536,"url":"https://github.com/leticea/coffee-delivery","last_synced_at":"2026-04-27T22:32:20.807Z","repository":{"id":154520972,"uuid":"618475055","full_name":"leticea/coffee-delivery","owner":"leticea","description":"Desafio do Ignite desenvolvido com React e TypeScript.","archived":false,"fork":false,"pushed_at":"2024-01-04T00:03:49.000Z","size":6823,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-04T01:50:48.822Z","etag":null,"topics":["phosphor-icons","typescript","vite"],"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/leticea.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}},"created_at":"2023-03-24T14:48:11.000Z","updated_at":"2023-07-18T09:24:53.000Z","dependencies_parsed_at":"2024-01-04T01:49:06.051Z","dependency_job_id":"c8750d43-6ce1-4583-9d78-451e96780059","html_url":"https://github.com/leticea/coffee-delivery","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leticea%2Fcoffee-delivery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leticea%2Fcoffee-delivery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leticea%2Fcoffee-delivery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leticea%2Fcoffee-delivery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leticea","download_url":"https://codeload.github.com/leticea/coffee-delivery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247028979,"owners_count":20871792,"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":["phosphor-icons","typescript","vite"],"created_at":"2025-04-03T15:36:57.624Z","updated_at":"2026-04-27T22:32:15.782Z","avatar_url":"https://github.com/leticea.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-tecnologias\"\u003eTecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-projeto\"\u003eProjeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-como-rodar\"\u003eComo rodar\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-como-contribuir\"\u003eComo contribuir\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\".github/image.png\"\u003e\n\u003c/div\u003e\n\n# Coffee Delivery\n\n## 🚀 Tecnologias\n\nEsse projeto foi desenvolvido com as seguintes tecnologias:\n\n- [Npm](https://www.npmjs.com/) - 8.19.2\n- [Vite](https://vitejs.dev/) - ^4.2.0\n- [TypeScript](https://www.typescriptlang.org/) - ^4.9.3\n- [React](https://react.dev/) - ^18.2.0\n- [React Hook Form](https://react-hook-form.com/) - ^7.43.9\n- [React Router Dom](https://reactrouter.com/en/main) - ^6.9.0\n- [Styled Components](https://styled-components.com/) - ^5.3.9\n- [Phosphor Icons](https://phosphoricons.com/)\n- [Zod](https://zod.dev/) - ^3.21.4\n\n## 💻 Projeto\n\nProjeto de Front-end de React de uma cafeteria onde há a listagem de produtos disponíveis para compra, a adição de uma quantidade específica de itens no carrinho, a remoção da quantidade de itens no carrinho, a exibição do valor total da compra e um formulário para o usuário preencher o seu endereço.\n\n- Módulo ReactJS do Ignite na plataforma da [Rocketseat](https://www.rocketseat.com.br/).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\".github/image2.png\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\".github/image3.png\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"\" src=\".github/image4.png\"\u003e\n\u003c/div\u003e\n\n## ⚙️ Como Rodar\n\n- Clone o projeto.\n- Entre na pasta do projeto e rode 'npm install' (use 'yarn install' se for essa a sua configuração).\n- npm run dev (para rodar o projeto na porta indicada).\n\n## 🤔 Como contribuir\n\n- Faça um fork desse repositório;\n- Cria uma branch com a sua feature: `git checkout -b minha-feature`;\n- Faça commit das suas alterações: `git commit -m 'feat: Minha nova feature'`;\n- Faça push para a sua branch: `git push origin minha-feature`.\n\nDepois que o merge da sua pull request for feito, você pode deletar a sua branch.\n\n## 📝 Licença\n\nEsse projeto está sob a licença MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleticea%2Fcoffee-delivery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleticea%2Fcoffee-delivery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleticea%2Fcoffee-delivery/lists"}