/playground-react-basics

Displays hot or cold climate on basis of location extracted through browser.

Primary LanguageJavaScript

Solution comprises of react basics

An application that requests access to user's location through the browser and displays climate(Warm or cold) according to user's position (southern or northern hemisphere).Code refactored to use React Hooks and change class based component to functional.

Steps to run:

npm install

npm start