Skip to content

PatoCinza/monet-x-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monet-x-change

(read as money exchange)

So this is a dashboard that displays various currencies cotations by hitting an API and saving that. It simulates a database in locaStorage, so the DB is only initialized once you start using it.

The chart points are fetched every 5 minutes you are on the page and start to pile up from there

You can access production environment here

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.