Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Namaste React Course by Akshay Saini

Chapter 05 - Let's get Hooked!

Coding Assignment:

  • Clean up your code.
  • Create a Folder Structure for your app.
  • Make different files for each Component.
  • Create a config file.
  • Use all types of import and export.
  • Create a Search Box in your App.
  • Use useState to create a variable and bind it to the input box.
  • Try to make your search bar work.