Skip to content

The app displays the current weather conditions for a given location based on the user's input.

License

Notifications You must be signed in to change notification settings

Silent-Watcher/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather app

using the user's input and geographical location to collect weather information

Demo

https://weather-app-dps.pages.dev/

Prerequisites

In order to run this project, you will need to have the following installed on your computer:

  • nodejs
  • yarn | npm

Run Locally

Clone the project

  git clone https://github.com/Silent-Watcher/weather

Go to the project directory

  cd weather

Install dependencies

  npm install
  yarn

Start the server

  npm run dev
  yarn dev

Screenshots

App Screenshot

Acknowledgements

Feedback

If you have any feedback, please reach out to us at alitabatabaee20@gmail.com

License

MIT

This project is licensed under the MIT License. See the LICENSE file for details.