Mirror Bot is a bot which echoes the same message which is sent by the user. All Chat history is saved in localstorage. So no need of worrying if you accidently closed the browser tab.
- Reactjs
- TailwindCSS
https://mirror-bot.netlify.app/
- Clone the repository
git clone https://github.com/arp99/mirror-bot.git
- Navigate to the project directory
cd mirror-bot - Install dependancies
npm install - Move to root folder and Run local Server
npm start
