Simple state exercise with react

As a user I want to click on the buttons and it should update my title in the header (in uppercase)

  • home
  • favorites
  • settings
  • profile

In the input I want to type anything I want and when I hit the submit button, it should update the header title with this input.

gif

  • Clone the repo and install it with npm install
  • Boilerplate is already written for you, you have to put in the react logic only in the App.js

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.