this is the frontend / client side of my chatbot app
- written in React JS and Google Material Design (MUI)
- client-side caching by React-query, reducing the number of requests that need to be sent to the server.
- deployed to github pages
to run it local: npm start
client front-end deployed here: https://yaokunlin.github.io/chatbot-react-client/
back-end server repo here: https://github.com/YaokunLin/chatbot-server