A simple chatbot built using React + Vite, created as a learning project to explore various React concepts like components, props, and state management.
- 🧩 Modular structure — different components for different parts of the UI
- 📅 Tells today’s date
- 🪙 Can flip a coin
- 🎲 Can roll a dice
- 💬 Responses are powered by an NPM package
- React — Component-based UI
- Vite — Fast and modern build tool
- NPM package — Used for chatbot responses
Check it out here: Live Link
- Building and structuring React components
- Managing state and props effectively
- Using external NPM packages
- Understanding event handling in React
Built with love, React, and a lot of curiosity to learn, by Anuj Rawat❤️.