Skip to content

JacobGrisham/React.js-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

To-Do front-end single-page app built with React.

Topics

Resources

Stars

Watchers

Forks