MyFinance is a website where people can manage their personal finance. MyFinance users will be able to track their expenses, incomes & saving, and generate monthly reports.
- Homepage & Account Sign Up
- Account Balance
- Create New Accounts
- Create New Transactions
- Transactions History
- Create Category
- Create Saving Accounts
Package required: npm, yarn
Yarn is available from npm. You can install it using:
$ npm install --save yarn-install
In the project directory, you can run:
$ yarn install
You can run application by calling:
$ yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can run the tests (linting, unit and functional tests) by calling
$ yarn test