Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 2.1 KB

README.md

File metadata and controls

95 lines (69 loc) · 2.1 KB

logo-web
🌟 The application to manage your financial life

Demo on Vercel 👇

vercel-app

GitHub top language GitHub last commit Repository size

App on smartphone App on smartphone

🚀 Technologies

  • React
  • TypeScript
  • Styled Components
  • Polished
  • Jest
  • Codegen
  • Vite
  • GraphQL
  • Apollo Client
  • Axios
  • Yup

Features

  • Add transaction
  • Delete transaction
  • Update transaction
  • Upload transactions with csv file

🏃 How to execute

Create the .env file with the same variables as the .env.example file.

Clone project:

$ git clone https://github.com/intwone/finance-web.git

Install dependencies:

$ npm install

Start app:

$ npm run start:dev

📦 Other scripts

Build:

$ npm run build

Lint:

$ npm run lint:fix

Generate GraphQL Schemas:

$ npm run codegen

Made with 💙 by Cassio Oliveira