Skip to content

This is a simple Stock Dashboard built with React

Notifications You must be signed in to change notification settings

KTK27YT/Stock_Dashboard

Repository files navigation

banner

Stock Dashboard

This is a dashboard for stock analysis, It is built with React and 12API.

Features

  • Lightweight, it just uses 12API for fetching data and that's it
  • Responsive, it works on all devices
  • Easy to setup, as all you need to do is change the API Key in the config.js file

Screenshots

Home Screen home

Search Screen search

Stock View Screen stock

tooltip on hover tooltip

How to use?

  1. Clone the repo

  2. Install dependencies

    npm i
  1. Get your API Key from https://twelvedata.com/

  2. Paste your api key in the config.js file in the src folder

const API_KEY = "YOUR_API_KEY";
  1. You are good to go

Contributing

Contributions are always welcome! Please, let me know what changes you made and how it improves the app, as I am always looking to improve! :)

About

This is a simple Stock Dashboard built with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published