Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.93 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.93 KB

SkyScape - Real-time Weather Application

Live Link: View Live Demo

SkyScape is a real-time weather application built with React.js that provides users with accurate and up-to-date weather information. With a user-friendly interface and responsive design, SkyScape ensures seamless access to weather data across various devices.

Features

  • Real-time Weather Data: Fetches and displays real-time weather information using React and the OpenWeather API.

  • Responsive Design: Ensures optimal user experience across all devices with flexible layouts, media queries, and viewport optimization.

  • Comprehensive Weather Information: Integrates external weather APIs to retrieve accurate data for temperature, humidity, and wind speed.

  • Customizable Settings: Allows users to customize preferences and settings for a personalized weather experience.

Screenshots

Screenshot 1 (Add relevant screenshots of the application here)

Installation

To run SkyScape locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/skyscape.git
  1. Navigate to the project directory:
cd skyscape
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open the browser and visit http://localhost:3000 to view the application.

Technologies Used

  • React.js: JavaScript library for building user interfaces.
  • OpenWeather API: External weather API for fetching real-time weather data.
  • HTML/CSS: Front-end technologies for designing and styling the application.
  • JavaScript (ES6): Programming language for implementing application logic and functionality.

Usage

  1. Enter your location or city name in the search bar to retrieve weather information for that location.
  2. Explore different weather parameters such as temperature, humidity, and wind speed.