Build a Weather App with using ReactJS.
-
Project aims to create a Weather App.
-
Remake of the javaScript Weather App with React
-
Project aims to display current weather data of searched city around the world with fetching Weather Api data.
You can reach my project from here ! 👈
- HTML
- CSS
- JS
- ReactJS
- Axios
random-user-react (folder)
|
|----readme.md
SOLUTION
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── robots.txt
├── src
│ └── components
│ │ ├── Footer.jsx
│ │ ├── Header.jsx
│ │ ├── Main.jsx
│ │ └── WeatherCard.jsx
│ │
│ ├── App.js
│ ├── App.css
│ ├── İndex.css
│ └── index.js
├── package.json
└── yarn.lock
└── readme.md
To run this project, install it locally using npm or yarn:
$ git clone https://github.com/esadakman/reactjs-weather-app.git
$ cd react-weather-app/
$ npm install / yarn
$ npm start / yarn start