arugyani / shopIQ

LLM powered high-consideration research tool for UTD senior project
1 stars 0 forks source link

Redux Store Setup & Basic Template #34

Closed arugyani closed 3 months ago

arugyani commented 3 months ago

Redux Store Setup

This pull request sets up the Redux store in the frontend and adds TypeScript-compliant dispatch and select functions.

Finally, this PR adds a basic template for the search history data in redux for future reference. Closes #33

TODO:

Link to useful Redux Toolkit Info