Skip to content

AlgoBlock is a web app dedicated to making stock trading simpler. This allows users to use drop-down menus to create a trading strategy and converts these drop-downs into code. Users can then run that code to trade stocks automatically.

Notifications You must be signed in to change notification settings

LukeA25/AlgoBlock

Repository files navigation

AlgoBlock

AlgoBlock is a web app dedicated to making stock trading simpler. This allows users to use drop-down menus to create a trading strategy and converts these drop-downs into code. Users can then run that code to trade stocks automatically.

You can view the main source code here:

The production version is hosted here:

Running Locally

In order to run this locally, run the following command in the terminal in the projects directory:

$ npm run dev

Deploying

In order to deploy a new version of this website, you can run the following command:

$ firebase deploy --only hosting

This command will run npm run build as a pre-deploy command, so there is no need to build before deployment with a separate command.

About

AlgoBlock is a web app dedicated to making stock trading simpler. This allows users to use drop-down menus to create a trading strategy and converts these drop-downs into code. Users can then run that code to trade stocks automatically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published