A modern admin dashboard built with React, Vite, and TailwindCSS.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildOpen http://localhost:5173 in your browser.
- React 19 - UI library
- Vite 7 - Build tool
- TypeScript - Type safety
- TailwindCSS - Styling
- React Router - Routing
src/
├── pages/ # Page components
├── layout/ # Layout components
├── contexts/ # React Context providers
└── App.tsx # Main app with routing
npm run dev- Start dev servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run linter
See KNOWLEDGE_TRANSFER.md for detailed documentation.
Ajayprakash R
A passionate Full Stack Developer from Chennai, India with a love for building modern, responsive, and user-friendly web applications. I enjoy exploring new technologies to create efficient and scalable solutions.
Built with React + Vite + TailwindCSS







