Giter Club home page Giter Club logo

fortuneu's Introduction

FortuneU

User Stories

The following functionality is completed:

  • User can sign up to create a new account using Parse authentication
  • User can log in and log out of his or her account
  • The current signed in user is persisted across app restarts
  • User can record income/expense/saving to the app
  • User can view his/her previous records of income/expense/saving in a timeline
  • User can pull to refresh the to see the previous records
  • User can set a saving goal for a product that he or she wants to buy
  • User can track his/her performance as well as how he or she is doing towards accomplishing the saving goal
  • User can edit his/her goal
  • User can see his/her profile and logout

The following functionality is in progress:

  • User can post and see their friends' posts about good tips or their stories on saving
  • User can see a weekly analyasis for their financial performance
  • Below is one chunk of R code that we used for analysis:
library(forecast)
vector = c(10,0,20,50,100,0,200,5,5,5,20,100,10, 10, 0, 5, 5, 20, 50, 0, 20 )
myts <- ts(vector, frequency = 7)
fit <- stl(myts, s.window="period")
plot(fit)
plot(forecast(fit))

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

fortuneu's People

Contributors

lucyyyw 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.