Skip to content

Learning how to implement test-driven development myself.

Notifications You must be signed in to change notification settings

okkimus/TDD-Lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD-lister

This is just me learning on testing and TDD on my own. Implementing the code mainly one test at the time with red-green-refactor principle. The goal is to implement code base that is easy to modify and maintain as the code coverage will be high.

In the app you can:

  • create shopping lists
  • mark items as found while shopping
  • have autocomplete on most common items
  • user authentication
  • real-time shopping experience

Backend coverage

Badges created with jpb06/jest-badges-action.

Branches Functions Lines Statements Jest coverage

Frontend coverage

N/A

Techstack

  • Typescript
  • Probably Express for the API
  • React
  • Jest and Playwright
  • Docker devcontainer

About

Learning how to implement test-driven development myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published