/budget-planner

Simple budget planning web responsive SPA, built using React, Redux, Firebase with OAuth integration.

Primary LanguageJavaScript

Piggy Bank

Budget Planner

A simple budget planning app that tells potential savings based on user data.

Web responsive SPA, built using React, Redux, Firebase with OAuth integration.

Live   |    Portfolio   |    GitHub

Landing page - Bonfire

Getting Started

Clone repo locally.

git clone git@github.com:simongt/budget-planner.git

Install necessary dependencies for project.

npm install

Launch app via local server (with hot reloading).

npm start
open http://localhost:8080/

Build app using dev testing environment and launch from local server.

npm run serve
open http://localhost:5000/

Build and deploy app to Firebase production environemnt.

npm run deploy
open https://react-budget-planner.web.app/