diff --git a/README.md b/README.md
index 92067a2..0c39318 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# CITY search lab is finished, but github wouldn't allow me to do git push. I will submit again later
+
# Zip Code React Lab
In this exercise, you will create two React apps:
diff --git a/zip-search/src/App.js b/zip-search/src/App.js
index 91e9361..83f801c 100644
--- a/zip-search/src/App.js
+++ b/zip-search/src/App.js
@@ -2,26 +2,74 @@ import React, { Component } from 'react';
import './App.css';
-function City(props) {
- return (