Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewars-Style Kata Challenge

📌 Overview

This project involves creating a Codewars-style programming challenge using JavaScript and Vitest for unit testing. The goal is to define a coding problem, write test cases, and allow others to attempt the challenge while following Test-Driven Development (TDD) principles. It is hosted on Codewars here: http://bit.ly/3PXjFQL

🛠 Setup

1️⃣ Install Vitest for testing:

npm install vitest --save-dev

2️⃣ Set up an NPM test script (optional but recommended):

{
  "scripts": {
    "test": "vitest"
  }
}

3️⃣ Run your tests to ensure they work:

npm test

Acknowledgements

Authors

Badges

MIT License

Contributing

Contributions are always welcome!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages