crishanks / student-warmup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Warmup

First step is to clone this repo down, cd into student-warmup and run yarn install or npm install

Your task will be to re-create the following gifs using React:

controlled input

no x

For the first gif, a simple text input that renders text to the DOM as your type. For the second, modify the same input field to not accept the character 'x'.

You should be able to accomplish this with your knowledge of events, props, and state.

Resources

About


Languages

Language:JavaScript 73.1%Language:HTML 17.4%Language:CSS 9.5%