Skip to content

An app that you can search for stock symbols and check daily, weekly and monthly open, high, low, close and volume data belonging to the searched company stock.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Stock Market App

This is the solution for Reengen Full Stack Bootcamp with Vuejs and Nodejs Week-3 Project. It is built with Vuejs by using Vue CLI, for state management: Vuex, for routing: Vue Router, for material design components and styling: Vuetify, for creating candlestick chart: D3.js and for getting data from a REST API: RapidAPI-Alpha-Vantage.

You can check the live demo here.

Table of contents

Overview

The challenge

The Stock Market App will consist of these functionalities:

  • User must search for a stock symbol in Home Page
  • After searching the symbol route must change as "/symbol/:symbol" (e.g. symbol/GOOGL)
  • Related stock information (open high, low, close and volume) must be displayed in a Candlestick Chart
  • Default chart must display daily data and User must be able to change it with weekly or monthly data
  • Every route change must be saved and displayed on a separate page
  • There must be a user/admin switch in Header Component
  • Only Admin must be able to display routes' log data
  • If normall user tries to navigate to display logs, there must appear a warning
  • Unauthorized navigation attemps to router change logs must also be displayed in logs with different styling

Links

My process

Built with

Author

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.

About

An app that you can search for stock symbols and check daily, weekly and monthly open, high, low, close and volume data belonging to the searched company stock.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published