Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardototti/retornar
https://github.com/leonardototti/retornar
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardototti/retornar
- Owner: leonardototti
- Created: 2023-03-15T21:22:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T11:32:26.000Z (almost 2 years ago)
- Last Synced: 2024-06-23T05:39:55.010Z (6 months ago)
- Language: JavaScript
- Homepage: https://retornar.vercel.app
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retornar
Esse projeto foi desenvolvido como um teste de um sistema de pedidos.
## Tecnologias
- [ReactJS](https://reactjs.org)
- [Ant Design](https://ant.design)
- [React Icons](https://react-icons.github.io/react-icons/)
- [Redux](https://redux.js.org/introduction/getting-started)
- [Redux Logger](https://github.com/LogRocket/redux-logger)
- [Redux Persist](https://github.com/rt2zz/redux-persist)
- [React Router DOM](https://reactrouter.com/web/guides/quick-start)
- [Sass](https://sass-lang.com)
- [JSON Server](https://github.com/typicode/json-server)
- [Axios](https://axios-http.com/ptbr/docs/intro)## Requisitos
- [NodeJS](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Git](https://git-scm.com/)## Rodando o projeto
Clone o projeto e acesse a pasta:
```bash
git clone https://github.com/leonardototti/retornar.git
cd retornar
```Instale as dependências:
```bash
yarn install
```E inicie o projeto:
```bash
yarn start
```Essa sequencia iniciará o app no modo de desenvolvimento.\
Abra [http://localhost:3000](http://localhost:3000) para ver no navegador.Ou acesse a versão online [clicando aqui](https://retornar.vercel.app/).