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
System Requirements
- Node.js (10 or higher)
- NPM (6 or higher)
Getting Started
- Clone the repository.
git clone https://github.com/phu-trieu/stonk-reacts
- Navigate to the directory.
cd stonk-reacts
- Install all dependencies needed.
npm install
- Start the project. Once your system finishes compiling, you can view the application by opening http://localhost:8080 in your browser.
npm run start