Skip to content

A user can view the list of all companies listed in the NASDAQ stock market and can also see the historical price of a specific stock.

Notifications You must be signed in to change notification settings

karenhirayama/nasdaq-prices

Repository files navigation

NASDAQ STOCK HISTORICAL PRICE

The project is built with STOCKDATA.ORG to display the information, and it can be seen on Nasdaq Stock Marked.

Summary

  1. Technologies
  2. User Story
  3. Start the application
  4. Deploy

This project is build with:

ReactJS

Axios

React-Router-Dom

React-ChartJS-2

A user can view the list of all companies listed in the NASDAQ stock market and can also see the historical price of a specific stock.

Homepage

Homepage list of all companies Buttons to see more companies

The homepage has a list of all companies listed in the NASDAQ stock market.

Historical price

Historical price of the stock

The page displays the historical price of the stock. If you want to search by a specified range of time, click on the button "Click here to search by time", and this action opens a modal with the inputs.

Modal to search by range time

Not found page

Not found page

If the user tries to go to a page that doesn't exist, the user will be directed to a "Not Found" page.

Error in fetch data

Message to error in fetch data

If the fetch data fails or the search in the API fails, the user will receive the message "loading error."

To run the application, first make sure you have npm or yarn. The following steps are with yarn, but they work with npm too.

yarn install

Run in the terminal yarn install to install node-modules.

yarn start

After run in the terminal yarn start, and open http://localhost:3000 to view it in the browser.

The implementation of the application is deployed with Netlify.

About

A user can view the list of all companies listed in the NASDAQ stock market and can also see the historical price of a specific stock.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages