This project is a React application that utilizes external APIs to fetch and display Weather of particular city entered by user, It has auto suggestions for city input also user can use their current location
- City suggestions for input
- User can use their current location for fetching weather
- Current weather
- Hourly forecast
- Detailed Daily forecast
- React.js
- React Router
- External APIs for fetching city, and weather
- Clone this repository
- Navigate to the project directory:
cd your-repo
- Install dependencies for api:
npm i
- Start the development server:
npm run dev