- 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
npm install axios
npm install mdb-react-ui-kit
npm install react-bootstrap
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.
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
- 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
npm install axios
npm install mdb-react-ui-kit
npm install react-bootstrap
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.
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.