Coding challenge from the Udemy Course the Complete 2020 Web Developer Bootcamp
I wrote the code in App.jsx and InputArea.jsx. The other files were provided by the instructor.
- ES6 Spread Operator
- ES6 import and export modules
- ES6 arrow functions
- Intro to JSX
- Intro to Babel
- React props
- Changing state with Hooks (
useState
,setState
)
To run this project locally:
- In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start
Enter your text above the yellow dotted line and click "Add". To delete a list-item, click on the corresponding text.
- Section 33: React.js of the Udemy Course the Complete 2020 Web Developer Bootcamp