Skip to content

View recent stock information and news, add favorites, and view change history. Fully responsive design compatible with both desktop and mobile.

Notifications You must be signed in to change notification settings

GVonB/Stock-Tracker

Repository files navigation

Web Application Development Final Project - Stock Tracker

Using Docker to Run Stock-Tracker

This project includes a Docker container setup to simplify the environment setup. To run Stock-Tracker using Docker:

  1. Ensure Docker is installed on your machine. If not, download and install Docker from Docker's website.
  2. Clone the repository to your local machine.
  3. Navigate to the cloned directory.
  4. Replace the API keys in script.js with your own from polygon.io
// Replace 'YOUR_API_KEY_HERE' with your actual API key to enable all features.
const key1 = "YOUR_API_KEY_HERE";
const key2 = "YOUR_API_KEY_HERE";
  1. Run the following command to start the Docker container:
docker compose up
  1. Visit http://localhost in your web browser to access the application.

Features

  • Ability to sign up, log in, and log out.
  • View stock information with dynamic visual indicators including a graph of recent closing prices.
  • Add and remove stocks with a personal favorites list.
  • View the changes to your favorites list in a history format.
  • Fully responsive design that is compatible with mobile.

Sign up, Log in, and Log out

Signup modal Login modal

View Stock Information, News, and Favorites List

stock graph and info Relevant News Favorite stocks list

View Changes to Favorites List

stock graph and info

Homepage

Homepage Info Cards

Personal Info Page

Main info Image carousel

About

View recent stock information and news, add favorites, and view change history. Fully responsive design compatible with both desktop and mobile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published