/stonk-reacts

A hackathon project utilizing the data from the GIPHY and MarketStack APIs to provide a GIF reaction based on a stocks intraday performance.

Primary LanguageJavaScript

Stonk Reacts

A hackathon project utilizing the data from the GIPHY and MarketStack APIs to provide a GIF reaction based on a stocks intraday performance. https://stonkreacts.phutrieu.com

Technologies

  • React.js
  • HTML5
  • CSS3
  • JavaScript (ES6)
  • Bootstrap 5
  • Node.js
  • AWS EC2
  • Webpack 4

Features

  • User can search for a company.
  • User can view a list of search results.
  • User can view stock details from a certain company.
  • When viewing stock details, user can also view a GIF reaction based on the stocks intraday performance.

Previews

Search for a company

Search for a company

View stock details

View stock details

System Requirements

  • Node.js (10 or higher)
  • NPM (6 or higher)

Getting Started

  1. Clone the repository.
git clone https://github.com/phu-trieu/stonk-reacts
  1. Navigate to the directory.
cd stonk-reacts
  1. Install all dependencies needed.
npm install
  1. Start the project. Once your system finishes compiling, you can view the application by opening http://localhost:8080 in your browser.
npm run start