This is a weather application built with React and TypeScript. It uses the OpenWeatherMap API to fetch weather data and Tailwind CSS to styling.
- Display current weather information
- Show weekly weather forecast
- Recommend clothing based on the current weather
src/
: Source files for the applicationApp.tsx
: Main application componentassets/
: Static files like imagescomponents/
: React componentspages/
: Page componentstypes/
: TypeScript type definitionsutils/
: Utility functions
public/
: Public files that will be served by the servervite.config.ts
: Configuration file for Vite
-
Clone the repository:
git clone https://github.com/username/react-weather-app.git cd react-weather-app
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev