/useEffectHook

Fetching data using useEffect Hook

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Notes

This project is to look at how to use useEffect hook for data fetching. The application is a simple weather app that takes in a user input for city name, fetch weather using the useEffect hook and updates the UI.

Run locally

cd your repo npm install npm start

If you like it, please dont forget to star the repo.