Skip to content

Commit d63a69b

Browse files
authored
Update README.md
1 parent ec1912e commit d63a69b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
I created an app that displays the weather information for the city you search for in charts and shows the location on Google Maps.
44

5-
#I used React, Redux to manage state, Bootstrap, the openweathermap and Google maps APIs, as well as Sparklines to display the charts for the 5 day weather forecast for temperature, pressure and humidity.
5+
I used React, Redux to manage state, Bootstrap, the openweathermap and Google maps APIs, as well as Sparklines to display the charts for the 5 day weather forecast for temperature, pressure and humidity.
66

7-
#To run the app clone the repository then navigate to the path where it is saved using the console/terminal and type npm install and press enter then type npm start and press enter.
7+
To run the app clone the repository then navigate to the path where it is saved using the console/terminal and type npm install and press enter then type npm start and press enter.
88

9-
#Then open your browser and enter the URL "http://localhost:8080/" in the address bar.
9+
Then open your browser and enter the URL "http://localhost:8080/" in the address bar.
1010

11-
#This screenshot shows how the site looks when just loaded with no search term.
11+
This screenshot shows how the site looks when just loaded with no search term.
1212
<img src="images/screenshot before search term has been entered.png">
1313

14-
#This screenshot shows how the site looks when the first search term is entered with charts and maps displayed.
14+
This screenshot shows how the site looks when the first search term is entered with charts and maps displayed.
1515
<img src="images/screenshot when New York was entered as a search term.png">
1616

17-
#This screenshot shows how the site looks when the second search term is entered with charts and maps displayed.
17+
This screenshot shows how the site looks when the second search term is entered with charts and maps displayed.
1818
<img src="images/screenshot when 2nd search term is entered Las Vegas.png">
1919

20-
#This screenshot shows how the site looks when the third search term is entered with charts and maps displayed.
20+
This screenshot shows how the site looks when the third search term is entered with charts and maps displayed.
2121
<img src="images/screenshot when 3rd search term was entered California.png">
2222

23-
#This screenshot shows Google Maps satellite view is working correctly.
23+
This screenshot shows Google Maps satellite view is working correctly.
2424
<img src="images/screenshot showing satellite view is working on maps.png">
2525

26-
#This screenshot is a second image showing Google Maps satellite view is working correctly.
26+
This screenshot is a second image showing Google Maps satellite view is working correctly.
2727
<img src="images/2nd screenshot showing satellite view working in maps.png">

0 commit comments

Comments
 (0)