Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhineetraj1/stock-simulator
This is stock simulation platform which gives user real time stock trade experience.
https://github.com/abhineetraj1/stock-simulator
flask javascript javascript-game python stock stock-market
Last synced: about 1 month ago
JSON representation
This is stock simulation platform which gives user real time stock trade experience.
- Host: GitHub
- URL: https://github.com/abhineetraj1/stock-simulator
- Owner: abhineetraj1
- License: mit
- Created: 2023-05-04T03:38:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T04:43:12.000Z (10 months ago)
- Last Synced: 2024-03-21T05:29:21.110Z (10 months ago)
- Topics: flask, javascript, javascript-game, python, stock, stock-market
- Language: CSS
- Homepage:
- Size: 8.5 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock simulation
https://github.com/abhineetraj1/stock-simulator/assets/82033840/732c1d85-7b82-42b8-997d-9fba6d3085b7
This projects provide stock simuulation platform, where user gets some credits and user can use their credits to invested in virtuals share simulation.
Sample account for testing:-
* Username= abhineetraj1
* Password= abhineetraj## Features
* Account sign in, sign up and deletion
* Stock chart
* Keypress functions
* Live data saving , where the info is stored immediately after exec.
* Changing, username and password## Installation
* Download python3.10
* Install flask python library
```
pip3 install flask
```## Execution
* Download the source code.
* Extract the file and open terminal in that folder
* Open terminal and run these code
```
flask run
```
* Open your default browser and open localhost:5000 url in that browser## Languages and tools used:
## Developed by
* [abhineetraj1](http://github.com/abhineetraj1)