Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dacitto/weather-app

weatherly is a weather app made with React
https://github.com/dacitto/weather-app

api leaflet openweather react react-query reactjs sass

Last synced: 4 days ago
JSON representation

weatherly is a weather app made with React

Awesome Lists containing this project

README

        

# Weatherly
weatherly is a weather app made with
- React
- React Query
- React Hooks
- Sass

- API : open weather map

# Features
- Search By GPS.
- Search By City name
- User Friendly UI.
- Daily / Houry weather.

# Instalation
1- clone the app using the following command (cmd):

`git clone https://github.com/dacitto/weather-app`

2- open the project diractory and type the next command to install project dependencies:

- using npm `npm install`

or

- using yarn `yarn install`


3- start the development server in http://localhost:3000/ using:

- npm `npm start`

or

- using yarn `yarn run`