Skip to content

tee-code/laravel-todo-app-tdd-approach

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel 9 CRUD app using TDD approach

This is a basic laravel 9 todo-app using Test-Driven Development approach.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

About TDD

According to Wikipedia, Test-driven development is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases.