BIST ETF TRACKING is a web app that tracks real-time changes in stocks and funds listed on Borsa Istanbul, providing users with the ability to view the portfolio allocations of their desired funds.
Report Bug
·
Request Feature
Table of Contents
BIST ETF TRACKING is a web application that tracks changes in stocks and funds listed on Borsa Istanbul, with data provided with a 15-minute delay, allowing users to visualize the portfolio allocations of their desired funds. Developed using with Next.js 14, Next.js Server Actions, Cloudflare Workers, Cloudflare D1, Cloudflare Pages, Shadcn UI, and Cheerio, this platform offers users the opportunity to monitor their preferred funds' portfolio distributions. This 15-minute delayed data enables investors to make informed financial decisions. Designed with user-friendly interfaces. 📈💼✨
- Next.js 14
- Next.js Server Actions
- Cloudflare Workers
- Cloudflare Pages
- Cloudflare D1
- Shadcn UI
- Cheerio
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/furkancanzirek/bist-etf-tracking.git
- Install NPM packages
npm install
- Enter your API in
.env
const NEXT_PUBLIC_API_URL = 'ENTER YOUR URL';
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.