A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library.
- ⚡️ Blazing-fast setup with Vite
- 🧪 Unit testing with Vitest and React Testing Library
- ✅ DOM assertions with jest-dom
- 🔍 Examples using getByText,getByRole, andgetByTestId
- 🧠 Mocking alert()and other side effects
- 🧬 Data-Driven Testing (DDT) ready
git clone https://github.com/your-username/react-tester-app.git
cd react-tester-app
npm install