https://github.com/rk28284/investo-bull
This is a simple web application that allows you to view intraday stock data for a given stock symbol.
https://github.com/rk28284/investo-bull
angular axios typescript
Last synced: 24 days ago
JSON representation
This is a simple web application that allows you to view intraday stock data for a given stock symbol.
- Host: GitHub
- URL: https://github.com/rk28284/investo-bull
- Owner: rk28284
- Created: 2024-03-16T17:36:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T17:21:22.000Z (over 2 years ago)
- Last Synced: 2025-08-19T13:41:43.943Z (11 months ago)
- Topics: angular, axios, typescript
- Language: TypeScript
- Homepage: https://clientintraday.vercel.app/
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intraday Stock Viewer
This is a simple web application that allows you to view intraday stock data for a given stock symbol.
Symbolday
Sort by every Column

Pagination

SingleSymbol Page
NotFoundPage

## Table of Contents
- [Tech Stack](#tech-stack)
- [Deployment](#deployment)
- [Code Structure](#codestructure)
- [Getting Started](#links)
## Tech Stack
**Frontend:**
- **Angular**
- **TypeScript**
- **Axios**
## Deployment
- **Frontend** - [Netlify](https://clientintraday.vercel.app/)
## Code Structure
- src/
- app/
- component/
- single-symbol/
- single-symbol.component.html
- single-symbol.component.css
- single-symbol.component.ts
- Notfound/
- Not Found.component.html
- Not Foundl.component.css
- Not Found.component.ts
- stock-table/
- stock-table.component.html
- stock-table.component.css
- stock-tablecomponent.ts
- services/
-stock.servies.ts
## Getting Started
Clone the project
```bash
git clone https://github.com/rk28284/investo-bull
```
Go to the project directory
Install dependencies
```bash
npm install
```
Start the server
```bash
ng serve -open
```