Skip to content

Reengen-FullStack-Development-Bootcamp/week-3-homework-ozanulutas

Repository files navigation

JavaScript Vue.js Vuetify SASS

Stock Patrol

💣💥 Project Link

Stock value wathing app created with Vue.js and Vuetify. You can search for a company logo and display the stock value changes in candlestick chart (D3) with monthly, weekly and daily time series options.

Table of Contents

Features

  • Search for a symbol by company name or symbol name,
  • Choose a symbl from listed results,
  • Display symbol's stock value changes in candlestick chart with monthly, weekly and daily time series options,
  • Toggle for displaying SMA graph,
  • Simple hardcoded authentication,
  • Logging for route transitions and unauthorized access try,
  • Deletion of logs,

Technologies

  • Vue.js 2.6.11
  • Vuex: 3.4.0
  • VueRouter: 3.2.0
  • Vuetify 2.4.0
  • Vuelidate 0.7.6
  • Sass
  • D3 7.1.1

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.