tdd-javascript
There are 247 repositories under tdd-javascript topic.
poly-glot/tensorflowjs-remove-background
Remove Background from the picture using WebAssembly & TensorFlow.js
oslabs-beta/Jester
Jester is a test-generation tool to create integration test code.
keyboardDrummer/typeless
Typeless: the benefits of TypeScript, without the types
geek-fun/jest-search
Jest preset for running tests with local ElasticSearch, OpenSearch and ZincSearch.
veilair/test-driven-development
An ongoing curated list of frameworks, books, articles, talks, screencasts, recordings, libraries, learning tutorials and resources about Test Driven Development (TDD).
garora/TDD-Katas-JavaScript
This repository contains Hands on Test Driven Development Katas - implemented using JavaScript
fernandoors/tdd-next-js
This is my material reference to use TDD into a react project with Typescript, Jest, Testing Library, and NextJS.
ITurres/Jest-Testing
🧪I will write a few practical tests for JavaScript functions using the Jest library. I will make sure to follow the AAA pattern to make your tests easier for other developers to read and understand. I will also use the TDD approach in practice.🧪
Jahn08/WEB-PAGE-HIGHLIGHTER
A Mozilla Firefox and Google Chrome extension for marking text or adding notes on a web page
khaosdoctor/software-testing-exercises
Exercises for my software testing workshop
gocodeup/intro-to-testing-js
Intro to Unit Tests and Test Driven Development with JavaScript
zhendrikse/tdd
Materials for practicing and teaching test-driven development (TDD)
hmjatt/Battleship
A JavaScript game based on a classic "Battleship" game, implemented to practice Test Driven Development.
magalidefelippe/whatsapp-helper
A helper to send whatsapp without scheduling a contact, the project developed using TDD with Jest, Javascript classes, BotstrapVue and SweetAlert.
aaabdyrahmanov/bank-transactions-api
Bank transactions RESTful API with microservices architecture following the Test-driven development methodology
glaucia86/curso-tdd-node-clean
Repositório do curso de TDD do Manguinho (Node + TS + SOLID + TDD + Clean Architecture)
Abdulsametileri/web-based-todo-list-application
Golang + vue.js + nginx + docker-compose + github action
kaiosilveira/test-driven-development
A chapter-by-chapter, pull-request-oriented implementation with a descriptive commit history of the two examples discussed in "Test-Driven Development, by example" (Beck, 2000)
poly-glot/vanilla-front-end-starter
A vanilla front-end starter kit with tools to support code quality, accessibility, unit testing, end to end testing, continuous integration setup and feature branch testing.
samuelmaina/sokoni
An online shop website. Developed in Node.js, Ejs, MongoDB, Jest(for unit and integrated testing) and Selenium(for end-to-end tests).Project done adhering to best node.js and general programming practices.Incoporates MPESA daraja API for online payment, SendGrid for email sending and Twillio for sms sending
swarajlaha/product-inventory
A product inventory application made using React JS and JSON server, with features like - user authentication, managing products, with a responsive UI and good UX.
teobler/TDD-with-React-hooks-demo
this is a demo for TDD in React
iamlucasgomes/trybe-exercises
Exercícios e Projetos resolvidos ao longo da minha formação como Desenvolvedor Web na Trybe. // Exercises solved during my training as a Web Developer at Trybe.
johnsonsirv/battleships
Minimal implementation of popular battleship game using vanilla-javascript
mahabubx7/todo-list-webpack-js
ToDo-list is a web-application for managing your daily tasks in the terms of To-Do's. A user can create, update, delete and manage these. It also used the localStorage for backup or store the data.
marabesi/smelly-test
Finding test smells in your javascript/typescript code
Spyna/tdd-workshop
Code for the Codemotion 2024 workshop on TDD
victorino3/TDDandBDD
Test Driven Development (TDD) and Behavior Driven Development
evilamaior/card-validator-evm
Biblioteca criada para validar números de Cartões de Crédito.
evilamaior/cpf-validator-evm
Biblioteca criada para validar números de CPF.
iberthyallano/The_Questions
Este projeto foi idealizado com o intuito de mostrar as questões de algumas seleções de emprego.
johnsonsirv/jestable-javascript
Practicing TDD in JavaScript using JEST testing framework.
mchaov/sample-js-react-mobx-tdd-project
Sample project to kick off your TDD experience with JS, ReactJS and MobX
joaogbrieldev/clean-node-api
RESTful API in Node.js using TypeScript, Clean Architecture, and TDD. Focused on best development practices to create scalable and easy-to-maintain applications.