A simple weather application built with React.js, Tailwind, Node.js, Express.js, JavaScript, HTML, and CSS to display current weather information for a given location.
- Displays current weather information such as temperature, humidity, and wind speed with your current location.
- Allows users to search for weather information by city name.
- Provides a clean and intuitive full responsive user interface.
- Frontend: React.js, Tailwind, HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Clone the repository:
git clone https://github.com/Mohit-Raj-Singh/weather-app
- Install dependencies:
npm install
- Start the backend server:
npm start
- Start the frontend development server:
npm start
in theclient
directory
- Enter a city name or click the "Allow Location" button to get weather information for your current location.
- The weather information for the specified city or your current location will be displayed.
Backend API- (https://backend.sabtech.cloud/)
The backend of this app is powered by the OpenWeatherMap API.