/react-weather-app

basic weather app with react

Primary LanguageJavaScript

React Weather App


Tr

image

  • Css Kütüphanesi Olarak bootstrap kullandım.
  • State yönetiminde React Context kullandım.
  • Axios ile Api'dan verileri çektim
  • Havadurumu Api'ını weatherapi.com dan sağladım.

Uygulamanın online olarak 20 Gün boyunca çalışacak versiyonu

Bazı bağımlılıklar:

npm install axios npm install mdb-react-ui-kit npm install react-bootstrap

Ek not:

Weatherapi ücretli bir şekilde havadurumu api sunduğundan dolayı ücretsiz versiyon ile 20 günlük api key alınıyor bu yüzden yapmış olduğum uygulama 20 gün sonra deaktif olacaktır.

İndirip Kullanmak

Uygulamayı kullanmak için önce projeyi code kısmından zip halinde indirin. Projeyi klasöre çıkardıktan sonra klasör dizinine girip npm install yazıp bağımlılıkları kurun ardından npm start yazıp uygulamayı çalıştırabilirsizin

En

image

  • I used bootstrap as Css Library.
  • I used React Context in State management.
  • I pulled data from Api with Axios
  • I provided Weather Api from weatherapi.com.

Online version of the app that will run for 20 days

Some dependencies:

npm install axios npm install mdb-react-ui-kit npm install react-bootstrap

Additional note:

Since Weatherapi offers a paid weather api, a 20-day api key is taken with the free version, so the application I have made will be deactivated after 20 days.

Download and Use

To use the application, first download the project as a zip from the code section. After extracting the project to the folder, enter the folder directory and type npm install and install the dependencies, then type npm start and run the application.