On the homepage, users can find a wealth of information about the community and its activities. On the scanner page, users can view the results of the Ross Hook strategy backtest for over 1000 symbols. These results include the stock name and the yearly annual percentage yield (APY). If users want to see more detailed information about the results, such as the sector, market capitalization, and backtest results for 1, 3, and 6 months, they can click on the result card. To achieve this, mock data for the backtest results was created and deployed on Firebase. This allowed the development of an API to retrieve the results of the algorithm strategy. The live project was deployed using Surge.sh.
LiveURL: https://algotrasoft-can.surge.sh/
Angular Version: https://github.com/ahmetcankaratas/algotrasoft-community-angular
- ReactJS
- Typescript
- Tailwind CSS
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step guide that will tell you how to get the development environment up and running.
- Clone the repository
git clone https://github.com/ahmetcankaratas/algotrasoft-community
- Install dependencies
cd algotrasoft-community
npm install
- Build and run the project
npm run dev
Navigate to http://localhost:5173