RodrigoSaantos / dt-money

A complete application to control financial manager. - Ignite Rocketseat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignite-dtmoney

Ignite - DT Money

Application developed in the Ignite of Rocketseat πŸ’»πŸš€

Objective β€’ Technologies β€’ Usage β€’ Contribution β€’ Author β€’ License

Tela inicial para ver as receitas e despesas Modal para adicionar uma receita ou despesa

🚧 Ignite - DT Money β°πŸ“ˆ Loading... 🚧

🎯 Objective

A complete application to control financial manager.

πŸ›  Technologies

The following tools were used in the construction of the project:

Global

Frontend

πŸ‘· Usage

Required! Install git, node and yarn (or npm).

# Clone Repository
$ git clone https://github.com/RodrigoSaantos/dt-money.git

# Go to folder classroom
$ cd dt-money/

# Install Dependencies
$ yarn
# or
$ npm install

# Run Application
$ yarn dev
# or
$ npm run dev

# Access localhost
http://localhost:3000

🀝 Contribution

This project is for study purposes too. All kinds of contributions are very welcome and appreciated!

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

πŸ’» Author

Rodrigo Santos

By Rodrigo Santos πŸ‘‹πŸ½ Find me:

Linkedin Badge | Gmail Badge

πŸ“ License

This project is under the MIT license.

About

A complete application to control financial manager. - Ignite Rocketseat


Languages

Language:TypeScript 96.9%Language:HTML 3.1%