Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0taviopascoal/controlmoney
Projeto ControlMoney
https://github.com/0taviopascoal/controlmoney
json-server reactjs styled-components typescript vitejs
Last synced: 20 days ago
JSON representation
Projeto ControlMoney
- Host: GitHub
- URL: https://github.com/0taviopascoal/controlmoney
- Owner: 0tavioPascoal
- Created: 2024-09-01T02:13:57.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T01:14:49.000Z (2 months ago)
- Last Synced: 2024-10-16T19:07:44.566Z (about 1 month ago)
- Topics: json-server, reactjs, styled-components, typescript, vitejs
- Language: TypeScript
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ControlMoney
## Descrição
Projeto ControlMoney, feito para manter a organização salarial, onde armazena entradas e saidas, realizando calculo para mostrar o saldo final, mostrando todas as transações..
## STACKS
React.js, Vite.js, Typescript, Styled-Components, Json-server...
## Rodando localmente
### Clone o projeto
```bash
(https://github.com/0tavioPascoal/ControlMoney.git)
```Entre no diretório do projeto
```bash
cd ControlMoney
```### Instale as dependências
```bash
npm install
```### incie o servidor json-server
```bash
npm run dev:server
```### Inicie o servidor
```bash
npm run dev
```