Skip to content

Commit c444dad

Browse files
author
neeraja
committed
added a weatherApp developed using React and OpenWeatherMap Api
1 parent 610c542 commit c444dad

34 files changed

+31709
-0
lines changed

WeatherApp/neeraja-anil/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env
17+
.env.local
18+
.env.development.local
19+
.env.test.local
20+
.env.production.local
21+
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*

WeatherApp/neeraja-anil/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Getting Started with Create React App
2+
3+
This project is hosted on vercel :
4+
Visit https://weather-app-react-neeraja.vercel.app/
5+
6+
### Project Details
7+
8+
This is a Weather app developed using React js and Material UI
9+
Integrated OpenWeatherMap API fro current weather Data.
10+
On the Home screen you can search for weather using city name. The default temperature unit is in Celsius , however you can toggle it to Faranheit unit using the Icon next to search bar. You can view current weather description, wind speed, pressure, minimum and maximum temperature, sun set and sunrise time of that particular city.
11+
12+
Apart from current weather you can view Forcast for the next 5 days also.
13+
14+
A area chart is included for visualising Wind speed for that day.
15+
16+
Included react-hot-toast for toast messages.
17+
18+
In the project directory, you can run:
19+
20+
### `npm start`
21+
22+
Runs the app in the development mode.\
23+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
24+
25+
add an env file with REACT_APP_API = 'YOUR API KEY FOR OPEN-WEATHER-MAP-API'
26+
27+

0 commit comments

Comments
 (0)