Stock Ticker App is a web application that allows users to track real-time stock quotes with dynamic graph.
-
Install dependencies:
npm install
for client and server parts
-
Start the application:
npm start
for client part andnpm run start
for server part
- React (18 version)
- Redux Toolkit
- Redux Thunk
- Socket.io
- Pure CSS
- Tailwind
- React testing library
src/
components/
store/
slices
thunks
utils/
helpers
tests
App.js
index.js
To use the application, open it in a web browser and follow the on-screen instructions.
components/
: Contains the application components such as GraphItem and TickerList.store/
: Contains files for managing application state using Redux Toolkit.utils/
: Contains utilities and constants used in the project.
To run tests, use the following command:
npm run test