Skip to content

Latest commit

 

History

History
109 lines (71 loc) · 2.67 KB

README.md

File metadata and controls

109 lines (71 loc) · 2.67 KB

🌐 Aura

Welcome to Aura! This repository includes a simple and elegant weather application built with React.js and powered by the OpenWeather API. Get real-time weather updates and forecasts with a clean and intuitive interface.


📑 Table of Contents

  1. Overview
  2. Technologies
  3. Packages & Libraries Used
  4. Getting Started
  5. Setup
  6. Features
  7. Demo & Screenshots
  8. Acknowledgments
  9. License

🌟 Overview

Description: Aura is a simple and elegant weather application built with React.js and powered by the OpenWeather API. Get real-time weather updates and forecasts with a clean and intuitive interface.


💻 Technologies

Below is a breakdown of the core technologies used in this project.

🌐 Web
React.js

📦 Packages / Libraries Used

This project uses the following essential libraries and packages:

Package / Library Purpose
Vite Fast development build tool
Material UI UI components for styling

🚀 Getting Started

Follow these steps to set up the project in your local environment:

  1. Clone the repository:
    git clone https://github.com/Jenil-Desai/aura.git
  2. Install dependencies:
    npm install
  3. Configure environment variables by creating .env file in the root of the project and add :.
    VITE_REACT_APP_API_KEY="Your OpenWeather API Key"

⚙️ Setup

  1. Start the project:
    npm run dev
  2. Access the application at localhost:5173 and explore the website.

🎯 Features

Explore the unique features available in this application:

  • Current weather conditions
  • Detailed weather information, including temperature, humidity, max temperature, and min temperature
  • Responsive design for both desktop and mobile devices

🔗 Demo & Screenshots


🙏 Acknowledgments

We’d like to thank the following contributors and resources:


📜 License

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


Enjoy exploring and contributing to Aura!