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
- Host: GitHub
- URL: https://github.com/matei87/lseg_ui_chatbot
- Owner: Matei87
- Created: 2024-07-23T14:53:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T18:47:43.000Z (11 months ago)
- Last Synced: 2025-01-22T21:11:33.777Z (4 months ago)
- Topics: chatbot-application, reactjs, vite
- Language: JavaScript
- Homepage: https://matei87.github.io/lseg_ui_chatbot/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.