[go: nahoru, domu]

Skip to content

ondanieldev/wellets-frontend

Repository files navigation

Introduction

Wellets is a financial management website that helps users to manage their money placed in multiple portfolios. It was developed with a focus on users engaged in the crypto world. These users usually have money on their bank accounts, exchanges, blockchain wallets and stuff like that. As there are a lots of places to put their money, it is easy to gets confused with their own money. To avoid that, Wellets currently provide wallet and currency management features to help users control their money with more accurately.

ADVICE: Wellets does not have any type of integration with bank accounts or blockchain wallets, all management is done manually. The benefit of using this is the user experience and practicality, but the user needs to specify their transfers and transactions to see the power of the application.

Back-end

This repository contains the code related to Wellets Front-end. If you want to see the back-end repository, please check Wellets Back-end.

Features

  • Sign up
  • Sign in
  • Sign out
  • Wallets CRUD
  • View sum of balances of all wallets on a specific currency
  • Create transactions and transfers
  • View transaction and transfer history
  • Custom currencies CRUD
  • And more!

If Wellets currently does not have a certain feature you think it is awesome, be sure to check out the roadmap to see if this is already planned for the future. Otherwise, you can contact me by any contact method listed in my Github Profile to send your ideas.

How to run

  1. Install project dependencies:

    npm install or yarn install

  2. Run project:

    npm run dev or yarn dev

How to build

  1. Generate build folder:

    npm run build or yarn build

  2. You can serve the build using any cli server like forever

How to contribute

If you want to contribute with me to improve it and add new features, you can contact me by any contact method listed in my Github Profile.

Credits

Thanks Unform and Chakra UI!

License

MIT © Daniel Oliveira