Name: Jun Wang
Email: wang.jun6@northeastern.edu
React, style: sass and antd-mobile components, State Container: Redux, HTTP requests: axios, Reat Routers: react-router-dom
The application has 3 major components.
The monthly bill displays the bills of a certain month and the total amount of payment, income, and balance. Detailed daily bills are also listed under the statement.
The annual bill displays the bills of a certain year and the total amount of payment, income, and balance.
-
Clone the github repo to install the application.
gh repo clone JuneWprog/BookKeeping -
Setup Client
a. Open Terminal and cd BookKeeping.
b. Execute npm install
c. To start the UI, execute npm start
d. Application UI is accessible at (http://localhost:3000).
- Setup Server
a. Execute npm run server
b. The server runs on (http://localhost:3001/ka).