Skip to content

A to-do application with tests following TDD (Test Driven Development).

Notifications You must be signed in to change notification settings

hchris21/tdd-with-react

Repository files navigation

TDD with React

A simple To Do application created as an example project for my article regarding Test Driven Development methodology.

The project was built using Vite, and the tests have been written by consuming packages, such as vitest, @testing-library/react and @testing-library/jest-dom.

Usage

After cloning the repository, install the dependencies: yarn install or simply yarn.

To run the project: yarn dev

To run the tests: yarn test

About

A to-do application with tests following TDD (Test Driven Development).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published