/stocks-app

This is a basic Stock Market WebApp which you can see detailed information about some stocks listed in NASDAQ and NYSE.

Primary LanguageJavaScript

Stock Market WebApp

Single Page Application that fetch data from a Stock Market API and lists information about each stock.

Live view

Built With

  • JavaScript/React
  • React Router
  • React-redux
  • Redux-logger
  • JSX
  • CSS
  • VSCode
  • Webpack
  • Babel
  • Ubuntu 20.04.3
  • Linters
  • Jest

Setup

  • Get the link of the repository: https://github.com/leonardodiasb/stocks-app.git
  • Clone it as https://github.com/leonardodiasb/stocks-app.git on a Terminal

Usage

  • Run npm install on a Terminal to install the modules
  • Run npm install axios
  • Run npm start on a Terminal to start the server
  • Open http://localhost:3000 to view it in the browser.

Tests

  • Run npm test on a Terminal to run the test suite

Author

👤 Leonardo Dias

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • React, Redux and React Router documentation
  • Nelson Sakwa, which the original design inspired this project. You can see his design here