Skip to content

jsAhonen/to-do-ui

Repository files navigation

To Do App User Interface

This is a learning project, implementing an app where users can create lists of task items.

Learning topics

  • Test-driven development (TDD)
  • Unit tests with vitest
  • E2E tests (framework not yet decided)
  • Redux

Development environment

To run the project, run this to install packages

npm install

To run the development environment, run this:

npm run dev

Testing

The project is implemented using a TDD approach.

The unit testing library is vitest.

To run the unit tests, run:

npm run test

Notes

Error seeding: what methods, where does it fit in the test-driven development?

About

A simple to do list app for practising TDD and other things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published