Skip to content

Bagg3/weather-app

Repository files navigation

React Weather App

This is a weather application built with React and TypeScript. It uses the OpenWeatherMap API to fetch weather data and Tailwind CSS to styling.

Features

  • Display current weather information
  • Show weekly weather forecast
  • Recommend clothing based on the current weather

Project Structure

  • src/: Source files for the application
    • App.tsx: Main application component
    • assets/: Static files like images
    • components/: React components
    • pages/: Page components
    • types/: TypeScript type definitions
    • utils/: Utility functions
  • public/: Public files that will be served by the server
  • vite.config.ts: Configuration file for Vite

Getting Started

  1. Clone the repository:

    git clone https://github.com/username/react-weather-app.git
    cd react-weather-app
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published