From bf7aa3eda117c98106c860f80aaf70ffb44ae008 Mon Sep 17 00:00:00 2001 From: Wisam Naji Date: Mon, 22 Jun 2020 02:24:43 +0300 Subject: [PATCH] added v1 homework --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5edcc15..221560b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ data. # Version 1 Updated: Jun 22, 2:00 AM -# What you and your partners will build +# What you and your partners will build in class ## 1. Project Structure Create a new react app inside a directory with your team name as the app name. You can search how to start a new react app using the follwoing keywords. @@ -43,4 +43,13 @@ Add a universal footer that includes: ### Styling - you can style the components yourself, import the stylesheet from JavaScript, not in HTML -- Optionally: you can use react-bootstrap library. Search on how to install it and get started using it \ No newline at end of file +- Optionally: you can use react-bootstrap library. Search on how to install it and get started using it + +# Homework +- Style the navbar and search box +- Add simple functionality to the search box. Whenever you type something, the text inside the input should be logged to the console. +- The same should happen when you hit enter + +### Search Keywords: +- How to handle text input change in react +- How to handle form submission in react \ No newline at end of file