An open API service indexing awesome lists of open source software.

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.

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
Screenshot 2024-03-18 103818
Sort by every Column

Screenshot 2024-03-18 105805

Pagination
Screenshot 2024-03-18 110020

Screenshot 2024-03-18 110612
Screenshot 2024-03-18 110644
SingleSymbol Page
Screenshot 2024-03-18 110714
NotFoundPage
Screenshot 2024-03-18 224722

## 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
```