This is the frontend of the ChetnaAaram project — a mental awareness and calmness web application.
Built with Vite, React, and Tailwind CSS, it provides a fast and modern UI experience.
- ⚡ Vite – Next-generation frontend tooling
- ⚛️ React – UI library for building dynamic interfaces
- 🎨 Tailwind CSS – Utility-first CSS framework
- 🌐 Axios / Fetch – For API calls
- 🔗 Socket.io Client (if real-time features are used)
git clone https://github.com/aastikdas/ChetnaAaram-frontend.git
cd ChetnaAaram-frontendnpm installVITE_API_URL=http://localhost:4000/api
VITE_SOCKET_URL=http://localhost:4000npm run dev