This project was generated with Angular CLI version 15.0.2.
On the homepage, users can find a wealth of information about the community and its activities. Users can access the scanner page by registering from the sign up page. 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 Firebase.
LiveURL: https://algotrasoft-community-angular.web.app/
React Version: https://github.com/ahmetcankaratas/algotrasoft-community
- Angular
- 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-angular
- Install dependencies
cd algotrasoft-community-angular
npm install
- create .env.ts file like .env.test.ts in src/environments folder. secret_key variable is a firebase Web API Key which can taken from firebase web site in project settings.
export default {
secret_key: '',
};
- Build and run the project
ng serve
Navigate to http://localhost:4200