Skip to content

ezellerBST/Full-Sail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Logo
Full Sail

A financial planning app built to serve all your budgeting goals

OverviewKey FeaturesHow To UseTech StackContributorsAcknowledgements


homePage

Overview

Welcome to the Full Sail project repository! This project, originally forked from bethel-school-of-technology/team-the-ghost-kids-on-the-block-frontend, was inspired by an idea to track personal financials after paying off college tuition. Full stack application using cloud based products. For the frontend design we used Angular and Angular Material while the backend uses Google's cloud Firebase and Firestore. Feel free to explore the code, contribute, and make this project even better.

Key Features

  • Customizable budgeting app to track daily data on spending and saving
  • Create/Sign-in user accounts
  • User authentication and authorization
  • Inputting paycheck $$ amounts
  • Uploading CSV files from personal bank account statements
  • Cash flow monthly debits/expenses
  • Complete transaction list accounting with search functions
  • Create personal saving goals to track $ amounts and progress
  • User profile page

How to Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

From your command line: create a project directory on your local computer where you want to save the the app files then run steps below

# Clone this repository
$ git clone https://github.com/ezellerBST/Full-Sail.git

# Go into the repository
$ cd Full-Sail/full-sail-frontend

# Install dependencies
$ npm install //node modules are a part of source code but might need updating

# Run the app
$ npm start

Tech Stack

  • Angular 16
  • Angular Material 16
  • Angular Fire 16 (Firebase & Firestore)

Contributors

  • Eric Zeller
  • Wyatt May
  • Mason Schermerhorn

Acknowledgements

  • Bethel School of Technology
  • Jan Pevny

Happy coding! 🚀

About

Bethel Tech FInal Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.3%
  • HTML 30.5%
  • CSS 13.0%
  • SCSS 2.2%