Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.09 KB

File metadata and controls

39 lines (24 loc) · 1.09 KB

Weather App

This is a simple weather app built with ReactJS that allows users to get the current weather data of a location by entering the city and country name.

Weather App Screenshot

Technologies Used

  • React.js
  • CSS
  • Api Ninjas

Getting Started

  1. Clone the repository: git clone https://github.com/your-username/weather-app.git
  2. Install dependencies: npm install
  3. Obtain an API key from Api Ninjas and change api key
  4. Start the development server: npm start

Features

  • Simple and easy-to-use interface.
  • Fetches the current weather data from the API-NINJAS Weather API.
  • Supports both city and country name inputs.
  • Displays the temperature, city name, humidity, and wind speed of the location.

Dependencies

  • ReactJS
  • FontAwesome Icons

Contributing

Contributions are always welcome! If you find a bug or would like to suggest a new feature, please submit an issue. Pull requests are also encouraged.

License

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