Code Monkey home page Code Monkey logo

studentcash's Introduction

StudentCash

StudentCash Project for Summer 2021 Software Engineering Course

Introduction

This student-centered budgeting app helps those in school, particularly low-income individuals or those who do not have the ability to work for consistent income during the semester. It is a free service for students to manage their monthly expenses, so they do not fall further behind due to the rising tuition costs.

Features

  1. Manage user account

    • Create a new account
    • Login to account
    • Reset password
    • Delete account
  2. Track Budget

    • Create expense
    • Create income
    • View all
  3. See Reports

    • View dashboard
    • View charts
    • See transactions
    • View total balance

Getting Started

Installation and Setup

  1. Install Node.js.

  2. Clone this repository and install its dependencies.

     > git clone [email protected]:moreauowen/StudentCash.git
     > cd StudentCash
     > yarn install
    
  3. Create a .env file in the root directory, and add the following line.

     > DBURI=<mongodb_url (from Atlas or local)>
    

Run

  1. From within the directory start the server and frontend in seperate shells.

     > yarn start
     > node server.js
    
  2. Open a browser window and navigate to: http://localhost:3000/login or http://localhost:3000/register

Demo video

https://youtu.be/MsddfGsGPmQ

Contributors

  • Owen Moreau
  • Andrew Galvin
  • Parker Dowdy
  • Duoduo Xu

studentcash's People

Contributors

moreauowen avatar andrewgalvin avatar xudatwit avatar yuanionrings avatar

Watchers

James Cloos avatar Parker Dowdy avatar  avatar

studentcash's Issues

Allow users to manage their account

Functional:
The system shall allow the user to change their password.
The system shall allow the user to delete their account.
The system shall allow the user to link their bank account.
The system shall direct the user to the Register Account page.
The system shall prompt the user to enter their email, intended password, and confirm password.

Non-Functional:
The system shall encrypt passwords in the database.

Allow users to track income

Functional:
The system shall allow users to add descriptions to each income
The system shall allow users to label each income into a category

Non-functional:
The system shall load user’s newly added budget description within 10 seconds

Allow users to track expenses

Functional:
The system shall allow users to add an expense
The system shall allow users to add a description to an expense

Non-functional:
The system shall load the user’s expenses within 10 seconds

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.