React Weather Widget
This project builds a Weather Widget using React and aims to provide the exact same functionalities as the one shown in the Google search. It's for React learning purpose. Therefore, probably many are implemented incorrectly so please bear with me ?.
Weather Widget in Google Search Result
Current Implementation
There are still many to do...
How to Use
-
Grab the repo
-
Under the directory, use npm for yarn
npm install
or
yarn install
- Use the start command to start up a server then widget should pop in a new tab of your browser.
npm start
or
yarn start