Giter VIP home page Giter VIP logo

stream-2's Introduction

Code Institute - Stream 2 - Flask App

See live app

Technologies used

HTML

I tried to use as much semantic HTML5 as possible. I didn't want to fill the site with it if it wasn't needed.

CSS

I used bootstrap as the css framework for the app. I also applied custom styles of my own.

JavaScript

Javascript gives the app a lot of the functionality. There are numerous javascript plugins used to power the app.

dc.js

dc.js makes it easier to work with d3 and means you have to write less code.

d3.js

d3 is used to create the charts in the app using SVG.

crossfilter.js

Used to slice and dice the data before passing to dc and d3.

queue.js

An asynchronous helper library, it waits until all data is avaiable before passing for processing.

intro.js

intro.js is used to provide a step-by-step guide to the user on how to use the app and what each section is for.

Flask

Flask is a microframework for Python. It is used in this app to connect to mongoDB and serve up the data for the frontend.

MongoDB

MongoDB is an NOSQL database.

Overview

The app I created shows a breakdown of the number of customers, income, tips, method of payment for a restaurant over a period. This app is easily scalable and adjuastable to different data or industries.

Installation

To install and run site locally:

  • Clone repo
  • Create virtualenv
  • from folder root typr 'pip install -r requirements.txt' in cmd
  • export FLASK_APP=project.py
  • followed by flask run

stream-2's People

Contributors

stevenkirwan avatar

Watchers

James Cloos avatar Yoni Lavi 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.