Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 802 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 802 Bytes

Installation

Clone this project and do npm install on your console. Then:

  1. Set up the next environment variable SASS_PATH=node_modules:src
  2. Run npm start
  3. Go to your localhost on port 3000 and write the address /register to create your own user

This project will allow you to manage your finances.

User && Profile

In this route you'll be able to register, and manage your name, photoURL and password. It brings security and personalization.

Dashboard

Categories

This module contains all your sections or main groups for your finances. It's important that your created and manage all your financial movements.

Records

This module will allow you to manage the whole incomes and expenses which you will be adding to create your own indicators and goals.

Settings