Giter VIP home page Giter VIP logo

moneythings's Introduction

MoneyThings

Project Objective

MoneyThings is a desktop Single Page Application for personal finance management.

index

Author

Qiqi Chen: chen.qiq(at)northeastern.edu

Ziqing Mao: mao.zi(at)northeastern.edu

Links

Class link: CS5610 Web Development

Demo Link: https://moneythings.herokuapp.com/

Video Demo: https://www.youtube.com/watch?v=

Slides: Google Slides

Guest Account

username: Ziqing
password: 111

Project Structure

MoneyThings
├─bin                             // express entry
├─frontend                        // react project root
│  ├─build                        // react app bundle
│  ├─public                       // static files
│  │  ├─favicon
│  │  └─images
│  │      ├─avatar
│  │      └─avatar_thumbnail
│  └─src                          // react src
│      ├─auth                     // auth related components
│      ├─images
│      ├─shared
│      ├─stylesheets
│      └─tabs                     // different functional tabs
│          ├─account
│          ├─alltime
│          ├─budget
│          ├─dateRangeSelection
│          ├─overview
│          └─trends
├─routes                          // express routers
└─src                             // backend src

Features

  • Authentication system stores bcrypt + salted hashcode for sensitive data security

  • Transaction data displayed in groups by either date or category

    Add Transaction

    add

    Delete Transaction

    add

  • Data visualization by pie chart and line chart

    add

  • Monthly Budget can be set and view by categories

    add

  • Update account information including the password, the avatar, and the username

Online demo

https://moneythings.herokuapp.com/

Development

For development, you need to start two servers

yarn install
cd frontend
yarn install
cd ..
yarn frontend

The frontend will run on http://localhost:3000

yarn backend

The backend will run on http://localhost:3001

Note: do not work on port 3001 as the express only provide api during development.

Before deployment

cd frontend
yarn build (generate build folder)
cd ..
yarn backend

Check the webpage on http://localhost:3001

Don't push the build/ folder to your deployment server.

Copyright

  • This project is under MIT license.
  • Sample avatars of the demo are provided by Iconfinder and they are under a free license.

moneythings's People

Contributors

ziqing19 avatar tiffc4484 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.