This is an app used to featch the current weather of user's current location or by the location eneterd by the user.
The live demo of the project can be found at https://tru-weather.netlify.app/
Clone the repo in your local system
git clone https://github.com/1010varun/weather-app.git
Install node requirements
npm i
Run the developement server with
npm start
You'll see output like this
Compiled successfully!
You can now view weather-app in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.30.171:3000
Note that the development build is not optimized.
To create a production build, use npm run build.
webpack compiled successfully
Client: HTML , CSS , Javascript , Tailwind CSS
Server: node , Javascript
- Search weather of user's current location
- or Searches by the location given by the user
Contributions are always welcome!
See contributing.md
for ways to get started.
This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️
Made with ❤ by varun (@1010varun)