diff --git a/react ui/.gitkeep b/reactUI/.gitkeep
similarity index 100%
rename from react ui/.gitkeep
rename to reactUI/.gitkeep
diff --git a/react ui/choropleth-map/.gitignore b/reactUI/choropleth-map/.gitignore
similarity index 100%
rename from react ui/choropleth-map/.gitignore
rename to reactUI/choropleth-map/.gitignore
diff --git a/react ui/choropleth-map/README.md b/reactUI/choropleth-map/README.md
similarity index 100%
rename from react ui/choropleth-map/README.md
rename to reactUI/choropleth-map/README.md
diff --git a/react ui/choropleth-map/package.json b/reactUI/choropleth-map/package.json
similarity index 100%
rename from react ui/choropleth-map/package.json
rename to reactUI/choropleth-map/package.json
diff --git a/react ui/choropleth-map/public/favicon.ico b/reactUI/choropleth-map/public/favicon.ico
similarity index 100%
rename from react ui/choropleth-map/public/favicon.ico
rename to reactUI/choropleth-map/public/favicon.ico
diff --git a/react ui/choropleth-map/public/index.html b/reactUI/choropleth-map/public/index.html
similarity index 100%
rename from react ui/choropleth-map/public/index.html
rename to reactUI/choropleth-map/public/index.html
diff --git a/react ui/choropleth-map/public/manifest.json b/reactUI/choropleth-map/public/manifest.json
similarity index 100%
rename from react ui/choropleth-map/public/manifest.json
rename to reactUI/choropleth-map/public/manifest.json
diff --git a/react ui/choropleth-map/src/App.css b/reactUI/choropleth-map/src/App.css
similarity index 100%
rename from react ui/choropleth-map/src/App.css
rename to reactUI/choropleth-map/src/App.css
diff --git a/react ui/choropleth-map/src/App.js b/reactUI/choropleth-map/src/App.js
similarity index 100%
rename from react ui/choropleth-map/src/App.js
rename to reactUI/choropleth-map/src/App.js
diff --git a/react ui/choropleth-map/src/App.test.js b/reactUI/choropleth-map/src/App.test.js
similarity index 100%
rename from react ui/choropleth-map/src/App.test.js
rename to reactUI/choropleth-map/src/App.test.js
diff --git a/react ui/choropleth-map/src/components/Australia.topo.json b/reactUI/choropleth-map/src/components/Australia.topo.json
similarity index 100%
rename from react ui/choropleth-map/src/components/Australia.topo.json
rename to reactUI/choropleth-map/src/components/Australia.topo.json
diff --git a/react ui/choropleth-map/src/components/ChoroplethMap.js b/reactUI/choropleth-map/src/components/ChoroplethMap.js
similarity index 100%
rename from react ui/choropleth-map/src/components/ChoroplethMap.js
rename to reactUI/choropleth-map/src/components/ChoroplethMap.js
diff --git a/react ui/choropleth-map/src/components/Info.js b/reactUI/choropleth-map/src/components/Info.js
similarity index 100%
rename from react ui/choropleth-map/src/components/Info.js
rename to reactUI/choropleth-map/src/components/Info.js
diff --git a/react ui/choropleth-map/src/index.css b/reactUI/choropleth-map/src/index.css
similarity index 100%
rename from react ui/choropleth-map/src/index.css
rename to reactUI/choropleth-map/src/index.css
diff --git a/react ui/choropleth-map/src/index.js b/reactUI/choropleth-map/src/index.js
similarity index 100%
rename from react ui/choropleth-map/src/index.js
rename to reactUI/choropleth-map/src/index.js
diff --git a/react ui/choropleth-map/src/serviceWorker.js b/reactUI/choropleth-map/src/serviceWorker.js
similarity index 100%
rename from react ui/choropleth-map/src/serviceWorker.js
rename to reactUI/choropleth-map/src/serviceWorker.js
diff --git a/react ui/package.json b/reactUI/package.json
similarity index 100%
rename from react ui/package.json
rename to reactUI/package.json
diff --git a/react ui/server.js b/reactUI/server.js
similarity index 100%
rename from react ui/server.js
rename to reactUI/server.js