Skip to content

MHalsy/StockListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgments

About The Project

Stocklists App

Online Version

StockLists

Application to search for stock quotes, and create custom lists.

(back to top)

Built With

  • HTML
  • SCSS
  • Javascript
  • React
  • NodeJS
  • ExpressJS
  • Webpack

(back to top)

Getting Started

Prerequisites

You'll need to have npm and node installed locally, globally.

  • npm
    npm install npm@latest -g
  • node --> Install latest Node version globally via https://nodejs.org/en
  • TwelveData API Key --> Free account on twelvedata.com provides 8 API calls/min. User has to manually link within code structure.

Installation

  1. Clone the repo
    git clone https://github.com/MarkLovesCoding/StockListApp.git
  2. Install NPM packages
    npm install
  3. Run 'npm run start' in terminal to load page locally on port 3000.
    npm run start
  4. IMPORTANT: User will have to create their own API key on TwelveData.com. For security purposes the .env file used for our working site is not container in this repository. User will have to create their own .env file and map any API Keys and links onto the StockApp.jsx file.

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Mark Halstead - (https://www.markhalstead.dev)

Project Link: https://github.com/MarkLovesCoding/StockListApp

(back to top)

Acknowledgments

I'd like to provide credit to the online educational community that paved the way for me as a self-taught developer. As well I'd like to provide credit to free image and MaterializeCSS resources used for the web app and read me. I use a free version of the twelvedata.com stock quote API, which has limited API calls per minute.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors