Week 17 at MSDP
This week, learners applied their HTML Forms knowledge by creating their own projects. The videos showcase just a few of the creative solutions they developed during the session.
#LEAOrganization#MSDP#HTML#WebDevelopment#DigitalSkills
Building full stack works like defusing a bomb.
You build out the backend with its validations, rules, and all schemas.
Then you build the UI with mock data to lock in the UI.
Then you swap out the mock data for backend data and hope it doesn't explode😅. Zod helps tho.