Skip to content

As part of the COP290 course, created a stock market trading simulator with real time price update and functionalities of comparing and filtering stocks based on specific parameters.

Notifications You must be signed in to change notification settings

jahnabiroy/Trading-Simulator

Repository files navigation

COP290 Assignment1

Description

This web application is developed as a part of the COP290 course. It's a Flask-based project designed to manage user registrations and logins, featuring a welcoming interface.

Installation Instructions

  1. Clone the Repository

  2. Install Required Packages

  • Make sure Python is installed on your system.
  • Install the necessary dependencies:
    pip install -r requirement.txt
    

Usage

To launch the web application, run:

python3 app.py

Upon running the command, the Flask server will start, and the application should be accessible through a web browser at http://localhost:5000 or the designated port displayed in your terminal.

Contributors

Screenshots

Welcome

Welcome

Registration Page

Registration Page

Login Page

Login Page

Dashboard

Dashboard

Stock List

Stock List

Particular Stocks

Particular Stocks Particular Stocks

Compare Stocks

Compare Stocks

Filter Stocks

Profile

Profile

Profile

About

As part of the COP290 course, created a stock market trading simulator with real time price update and functionalities of comparing and filtering stocks based on specific parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published