https://github.com/webriddler/stock-market-assistant
https://github.com/webriddler/stock-market-assistant
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webriddler/stock-market-assistant
- Owner: webriddler
- Created: 2023-02-13T15:42:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T04:52:22.000Z (over 3 years ago)
- Last Synced: 2025-01-22T01:41:33.724Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Market Assistant
A simple, fast and reliable solution for basic stock market calculations.
## Development tools







## Contributions
### After cloning the repo, run
Install node modules
```npm
npm install
```
Start development server (as it uses vite)
```npm
npm run dev
```
## Contribution always welcomed
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.