项目作者: BlueLovin

项目描述 :
Simple React.js project that utilizes Firebase API
高级语言: TypeScript
项目地址: git://github.com/BlueLovin/BudgetCalculator.git
创建时间: 2021-03-12T18:36:01Z
项目社区:https://github.com/BlueLovin/BudgetCalculator

开源协议:

下载




Budget Calculator




Simple React.js project that utilizes Firebase API




Table of Contents




  1. About The Project



  2. Getting Started



About The Project

This is part of a coding challenge submitted to me by a possible future employer. It was done in two days and I had an absolute blast doing it.

The user is prompted to input a budget. There is a small list of items, pulled from an open Firebase API. You can add those items to your cart. With that, we can determine if the total cost is over, under, or within the user-inputted budget.

Built With

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • arch
    1. sudo pacman -S npm nodejs
  • Debian based
    1. sudo apt install npm nodejs
  • Mac
    1. brew install npm nodejs

Installation

  1. Clone the repo
    1. git clone https://github.com/BlueLovin/BudgetCalculator.git
  2. Install NPM packages
    1. npm install
  3. Run the development server
    1. npm start