- Ensure NPM is installed on your computer
- Fork this repo.
- Clone the forked repo to your computer.
- In the repo, (i.e. newell-react-challenge-2019 folder), run
npm install
- Once
npm install
completes, runnpm run start
. - The URL http://localhost:3000/ should open in your browser, otherwise navigate to http://localhost:3000/
- You should now see the React page in your browser.
Complete componentDidMount() so that the clock updates every second.
Given the constructor, complete First() and Second() methods to update ColorBox h1 background color when 'First' and 'Second' buttons are clicked.
Assuming the API url is http://jsonplaceholder.typicode.com/users complete componentDidMount() to display the contacts list.
Bootstrap css is already included in the app. Use bootstrap classes and the proper html tags to style the page so that each component is in a proper section and has adequate spacing and margins.