Found 2 repositories(showing 2)
DoneDeal0
Professional React app generator. Comes with an exposed, unopinionated, high performance configuration. Jest, SWC, Storybook, Typescript 5, Webpack 5.
slyxdog
Task: Alright, let's create a submission form as well as work with components. Use watchers and computed properties to create the validation. If everything validates, allow the user to submit! For now, just show in the HTML if the message was submitted. Using Vue.js components, create a site that affects the parent's state. Purpose: Submitted forms and their validation are a key component in any dynamic web application. It's important to ensure your users don't mess up any data going through your application! Components are like constructors for the most part. In-app frameworks, they are referred to in this way as they are the basic building blocks of laying out an application. Part 1: If the user does not have the requirements, let them know what they are missing. It should all react as the user types and hits submit. Input: Name (text field). The input needs to have at least 2 characters. Required. Input: Email (text field). The input needs to be a valid email address. Required. The div that writes Submitted or Not Submitted based on if all the previous input tags were input correctly. Part 2: Using [{name:"Protagonist",codename:"Joker"},{name:"Anne",codename:"Panther"},{name:"Ryuji",codename:"Skull"}],create a list of components that have unique names and that when I click on them, it toggles between the name and codename. Submission: Submit the hosted project to Canvas.
All 2 repositories loaded