Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.09 KB

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.

Demo

💡Lessons Learned

  • 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)

🚀 Getting Started

To run this project locally:

  • In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start

🕹 How to Use

Enter your text above the yellow dotted line and click "Add". To delete a list-item, click on the corresponding text.

📣 Reference