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

https://github.com/matei87/lseg_ui_chatbot

LSEG Pre-Interview Coding Challenge
https://github.com/matei87/lseg_ui_chatbot

chatbot-application reactjs vite

Last synced: 3 months ago
JSON representation

LSEG Pre-Interview Coding Challenge

Awesome Lists containing this project

README

        

# lseg_ui_chatbot

This project is a React-based chatbot that allows users to select a stock exchange, view top stocks, and see the current price of selected stocks.

## How to Run

1. Clone the repository:

```sh
git clone https://github.com/Matei87/lseg_ui_chatbot.git
cd lseg_ui_chatbot
```

2. Install dependencies:

```sh
npm install
```

3. Start the application:

```sh
npm run dev
```

4. Open your browser and navigate to `http://localhost:5173/` to use the chatbot.

## Features

- Home Menu to select a stock exchange (LSEG, NASDAQ, NYSE).
- Stock Menu to view top 5 stocks of the selected exchange.
- Display the current price of the selected stock.
- Navigation options to go back to Home Menu at any point.