Giter Site home page Giter Site logo

tylercasperson / forecast-tool Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1.77 MB

Displays different forecasting techniques. Able to manipulate data and change colors on the line chart.

Home Page: https://forecast-tool.herokuapp.com/

HTML 0.32% CSS 4.34% JavaScript 95.34%
forecast react redux javascript css html moving-average weighted-average linear-regression sql

forecast-tool's Introduction

Forecast-Tool

Here is the link to the live website: Forecast Tool


In the past I have used a lot of different forecasting techniques. The forecasting techniques were used to help predicts how much inventory to purchase. I would go into a inventoy system (enterprise resource planning system) and pull out a table similar to the salesData table. I would then apply different forecasting techniques and prepare purchase orders. This app would be a great add on to some of the software I have used. Forecasts can easily be added and modified. This app has some features like the sales history section intended for demonstration purposes. The sales history can be quickly changed to show different trends. Which will show why one forecasting technique is not always the best.

Features

  • Export data to Excel
  • Randomize sales history to show trends
  • Update data
  • Delete outliers
  • Adjustable periods used to group data
  • Change colors used on chart
  • Hover over an area on the chart to get the data
  • Show and hide different forecasts on the chart
  • Explination of different forecast techniques
  • Entity Relationship Diagram explaining the database
  • GDP as reported by alpha vantage
  • Forecasts available:
    • Last Year
    • Moving Average
    • Weighted Average
    • Linear Regression

Running development

  • Git clone

  • cd to the file location

  • npm install

  • cd client

  • npm install

  • cd ..

  • add a env file with the env variables listed below

  • change the database env variables to your connections

  • npm run dev

  • backend server will run on port 4000

  • frontend server will run on port 3000

env variables

  • NODE_ENV = development
  • PORT = 4000
  • alphaVantageApiKey = your alpha vantage api key
  • database = ForecastToolDB
  • host = 127.0.0.1
  • username = root
  • dbPassword = root

forecast-tool's People

Contributors

tylercasperson avatar

Stargazers

 avatar

Watchers

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