Don't bug me I'm on vacation

Don't bug me I'm on vacation

Your goal for this exercise is to use the debugging techniques we have taught you to fix this project.

Copy the following code into your terminal

# First `cd` into your assignments folder and then into your exercises folder
git clone https://github.com/VSchool/vacation-bug.git
cd vacation-bug

# Copy/paste this command. You don't want to enter it incorrectly.
rm -rf .git

npm start

Look through the code and follow the errors and use the debugging techniques you have learned so far in the course. The final product should look exactly like the picture below. Once you have fixed all the bugs, look for other improvements(i.e. best practices not being followed, correct use of state and stateless components etc...) that could be made to the program and be prepared to talk about them.

Screen-Shot-2018-10-11-at-3.16.28-PM