testdrivendevlopment
There are 87 repositories under testdrivendevlopment topic.
mehdihadeli/tdd-sample
A sample project demonstrating Test-Driven Development (TDD) using .Net 8 and Vertical Slice Architecture based on Minimal APIs in .NET Core
MohanedZekry/egymation
💻 Flutter clean architecture using the bloc & cubit library for state management
CodeByTarun/FPLApp
Fantasy Premier League mobile application for checking on your fpl teams, live premier league scores and player stats.
richelbilderbeek/bevy_tdd_book
'Developing Bevy games using TDD' book
jpoliveiramateus/my-foods
Aplicativo de receitas completo.
AhmedTarekHasan/HowToAbstractIO
How To Fully Cover I/O File Based Applications in .NET C# With Unit Tests
real-tintin/ugglan
Ugglan is a drone project using a Raspberry Pi Zero 2 W.
codaholichq/codaholic
A thriving tech community dedicated to fueling your passion for technology. You get to connect with like-minded professionals, exchange knowledge, and stay up-to-date with the latest trends and innovations.
CodeByTarun/ProjectTracker
WPF .NET Core application implementing MVVM, Entity Framework Core and a SQLite database.
prabindatta/SimpleRIBApp
A Simple App to fetch data from API, filter search and show details
tanerdiler/Fullstack-Tdd-React-Springboot-Api
Backend part of Fullstack Test Driven Development workshop. Main goal of this workshop is that creating Domain Models, Business Rules and required other parts by using Test Driven Development approach.
Aditi3/movie-tracker
Build a small application that aims to better equip for developing strong, scalable, and tested code from the very first line.
BRQcpp/testing-practice
# testing-practice Submission of The Odin Project's 'testing practice' project. It is all about a few files with their tests. The project is first use in practice of test driven development, with jest as test-running framework.
cawa-dev/tp-tdd
Travaux pratique sur le Test Driven Developpement (TDD). Groupe Sacha MOUCHON & Noé MARLEIX & Sarah BOUADI
chera-mihiretu/WeatherApp
Weather App for mobile using Flutter, implementing Clean Architecture to ensure the application's maintainability and utilizing Test-Driven Development (TDD) to secure its testability. The app features location services that enable users to view the current weather conditions in their area. By adhering to Clean Architecture principles, I structured
Dsobarzo/TDD_Java_Junit5
Metodo TDD con java y Junit5 ... practica trasformar a numeros romanos
Dubem007/TestDrivenDesign-CustomerAPI
This project shows the process to follw when building a test driven design API and also the use of docker
girls-incode/tdd-mocha-chai-js-strings
Setup TDD with Mocha 8, Chai 4 and Babel 7 for JavaScript Strings
jpoliveiramateus/project-trybe-wallet
Carteira digital com controle de gastos e conversor de moedas.
manishbupadhyay/SeleniumJavaFramework
Selenium Java Framework from Scratch
nashitshayan/battleship
An implementation of the classic battleship game.
saidmtanzania/recipe-app-api
RESTful API for managing recipe data, developed using the Django framework. With this API, users can easily retrieve, add, modify, and delete recipe information, all using standardized RESTful protocols.
smallmacro/docker-drf-quick-starter
This starter employs Django, Django Rest Framework, and PostgreSQL to construct a REST API with OpenAPI documentation, integrated with Docker, Docker Compose, and GitHub Actions.
thelooter/MockBukkit
MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.
MackMcCall/TacoParser
Used C#, GeoCoordinates, and CSV parsing to parse a CSV of TacoBell locations and calculate the two that are farthest apart.
ps-copilot-sandbox/csharp-tdd-demo
Test Driven Development (TDD) demo for C# through GitHub Copilot
AbdelwadoudMakh55/alx-higher_level_programming
Learning Python, SQL, Javascript for high level programming
CupakabraNo1/recipe-app-api
Recipe API project
El-Giovanni92/chronicles-of-eldoria
Text-based adventure game project developed following the Agile methodology, utilizing Test-Driven Development, and applying various design patterns.
lugres/recipe-api
Recipe API project. An advanced REST API with Python, Django REST Framework and Docker using Test Driven Development (TDD) and GitHub Actions CI/CD.
student-rubeena/Rule-engine-with-AST
This project implements a three-tier rule engine application designed to determine user eligibility based on various attributes such as age, department, income, and spend. The system dynamically creates, combines, and evaluates rules using an AST to represent conditional logic. It enables flexibility in rule creation and modification.
wontae-gramin9/react-testing-library-and-static-analysis-testing-tutorial
React unit test, integration test, E2E test tutorial with TypeScript and Static analysis testing with eslint, prettier and husky