Skip to content

Commit

Permalink
added v1 homework
Browse files Browse the repository at this point in the history
  • Loading branch information
wisammechano committed Jun 21, 2020
1 parent 37fa47e commit bf7aa3e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
- 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

0 comments on commit bf7aa3e

Please sign in to comment.