https://github.com/tavareshenrique/ignite-reactjs-desafio-4
Desafio 4 da trilha de React do Ignite da Rocketseat. 💜🚀
https://github.com/tavareshenrique/ignite-reactjs-desafio-4
gorestaurant ignite react reactjs rocketseat typescript
Last synced: about 2 months ago
JSON representation
Desafio 4 da trilha de React do Ignite da Rocketseat. 💜🚀
- Host: GitHub
- URL: https://github.com/tavareshenrique/ignite-reactjs-desafio-4
- Owner: tavareshenrique
- License: mit
- Created: 2021-03-21T15:31:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T18:10:58.000Z (about 5 years ago)
- Last Synced: 2025-02-28T07:01:57.194Z (over 1 year ago)
- Topics: gorestaurant, ignite, react, reactjs, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Quarto desafio da trilha de React do Ignite da [Rocketseat](https://github.com/Rocketseat). O projeto consiste em transformar JS em TS e componentes de Class em Functional Components. GoRestaurant é um projeto onde você faz um CRUD completo de comidas.
# :pushpin: Conteúdo
- [Tecnologias](#computer-tecnologias)
- [Executando](#construction_worker-executando)
- [Autores](#computer-autores)
- [Licença](#closed_book-licença)
### Fotos
# :computer: Tecnologias
Este projeto foi feito utilizando as seguintes tecnologias:
- [React](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [React Modal](https://github.com/reactjs/react-modal)
- [React Icons](https://react-icons.github.io/react-icons)
- [Axios](https://github.com/axios/axios)
- [Unform](https://github.com/unform/unform)
- [Yup](https://github.com/jquense/yup)
- [Styled Components](https://github.com/styled-components/styled-components)
- [JSON Server](https://github.com/typicode/json-server)
# :construction_worker: Executando
```bash
# Clone o Repositório
$ https://github.com/tavareshenrique/ignite-reactjs-desafio-4
```
```bash
# Baixe as dependendências
$ yarn
```
```bash
# Instale o JSON Server seguindo esses passos:
https://github.com/typicode/json-server#getting-started
```
```bash
# Com o JSON Server instalado, inicie o servidor utilizando ele na porta 3333:
$ json-server server.json -p 3333
```
```bash
# Execute o projeto em outro terminal
$ yarn start
```
Acesse para ver o resultado.
# :computer: Autores
Henrique Tavares
@tavareshenrique
💻
Rocketseat
@Rocketseat
🚀
# :closed_book: Licença
Este projeto está sob a licença [MIT](./LICENSE).