Skip to content

A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library. Includes simple UI components, behavior-driven unit tests, and examples of mocking and data-driven testing (DDT).

Notifications You must be signed in to change notification settings

michelle-burton/react-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§ͺ React Tester App

Live on Render

A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library.


πŸš€ Features

  • ⚑️ Blazing-fast setup with Vite
  • πŸ§ͺ Unit testing with Vitest and React Testing Library
  • βœ… DOM assertions with jest-dom
  • πŸ” Examples using getByText, getByRole, and getByTestId
  • 🧠 Mocking alert() and other side effects
  • 🧬 Data-Driven Testing (DDT) ready

πŸ“¦ Tech Stack


🌐 Live Demo

View the app on Render


πŸ›  Installation

git clone https://github.com/your-username/react-tester-app.git
cd react-tester-app
npm install

About

A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library. Includes simple UI components, behavior-driven unit tests, and examples of mocking and data-driven testing (DDT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published