Skip to content

Vue app to display the 2020 Bitcoin Price Index (BPI) for 2020 in $ using chart js.

Notifications You must be signed in to change notification settings

Seimodei/vue-test-project

Repository files navigation

Northern Gas & Power Vue Test Project

Project Setup

To run this project locally, first clone the repository locally and then run the following command:

npm install

Development Setup

After running the above command to install the node modules, in order to run the app locally on your development server, run the following command:

npm run serve

Production Setup

To test and see how the app performs for production, run:

npm run build

Project Details

Dependencies

This app has a couple of dependencies for development and they include the following:

  • Axios: Used for making the API call to the endpoint to get the chart data
  • Vuetify: Used for rapid styling and general layout of the app
  • ChartJs: Chart library used for displaying and visualizing the various chart data
  • GSAP: Lightweight animation library used for implementing the drag feature of the charts

About

Vue app to display the 2020 Bitcoin Price Index (BPI) for 2020 in $ using chart js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published