Skip to content

Greenvahn/Yeti-Data

Repository files navigation

logo

Single-page application to load and display data files formmated as csv using frameworks as vuejs, vuex and bulma. A quick way to have your data file into a bars chart. The project aims to create a simple way to display data without using third part libraries for data visualisation.

Take a look at the live demo.

Technologies

Project is created with:

  • Vue
  • Vuex
  • Bulma
  • CSV

Setup

To runt this project you need Git, Node.js and npm or yarn.

From your command line:

# Install dependencies
$ npm install
# Run the app
$ npm start

Scripts available

Once the project has been installed, the following scripts to use:

start - runs project locally

$ npm start

lint - analize/formats source code

$ npm lint

build - creates the deployment files ready to publish

$ npm build

Usage

Upload your CSV file, launch it and see your data. Create a chart based on your date by choosing two columns ( labels and values). Launch the chart. To create a new chart, just change any of the columns.

If you don't have any CSV file on hand, use the sample file attached to this project.

License

You can check out the full license here.

This project is licensed under the terms of the MIT license.