Code Monkey home page Code Monkey logo

kbank's Introduction

KBank

KBank Β· GitHub license PRs Welcome

KBank is a simple web application to teach kids about financial literacy and responsibility.

πŸ“– Table of Contents

πŸ“’ About

  • University: San Jose State University
  • Course: Enterprise Software - CMPE172 (Spring 2020)
  • Team Members: Jasmine Mai, Nhat Nguyen, and Albert Ong

πŸ’‘ Introduction

Many parents give their children an allowance. Some parents give weekly or monthly allowance for free. Or, if they make their children do chores to earn allowance, they sometimes lose track of what’s been completed and how much the children earned. With KBank (kids bank), parents can add available chores. Parents will set the allowance reward for each one.

The children will look at the list and choose which ones they want to do. If the children completes the chore, the reward will be added to their total rewards that can be claimed later. KBank application is a win-win for both parents and children! Children can earn an allowance and parents can manage their allowance.

πŸ“· Screenshots

Dashboard page

KBank Dashboard Page

Signup page

KBank Signup Page

Login page

KBank Login Page

πŸš€ Getting Started

Cloning the project

# clone project
git clone https://github.com/npathapp/kbank.git

# navigate to project
cd kbank

Running the client

# navigate to client
cd client

# installing the client
npm install

# running the client
npm run dev

Running the server

# navigate to server
cd server

# installing the server
npm install

# running the server
npm run dev

Running both

# navigate to server directory
cd server

# installing the server
npm install

# navigate to client directory
cd ../client

# installing the client
npm install

# Running the project
npm start

πŸ’» Technologies

Design

Frontend

Backend

DevOps

πŸ“„ License

All parts of this project are free to use and abuse under the open-source MIT license.

🎩 Acknowledgement

Written by Jasmine Mai, Nhat Nguyen, and Albert Ong.

kbank's People

Contributors

nattui avatar albert-c-ong avatar

Watchers

James Cloos 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.