This workshop consists of two parts.
- Frontent Part is developing Frontend Components by using Test Driven Development approach.
- Backend Part is developing Backend API by usigin Test Driven Development approach.
It is your choise which part you start from. You should go https://github.com/tanerdiler/Fullstack-Tdd-React-Springboot-Api If you want to start Backend part.
React and React Testing Library are being used through this workshop. You will get experience to create an UI Component by creating it's test code first. axios-mock-adapter is being used to mock the backend interactions.
Good Luck!!!