Skip to content

yalcinHaratoglu/Weather-App-React

Repository files navigation

🌦️ Weather Application

Welcome to the Weather Application! 🚀

This project is a weather application developed using React, Ant Design (antd), Styled Components, and TypeScript.

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone git@github.com:yalcinHaratoglu/Weather-App-React.git 
    
  2. Install dependencies:

    npm install
    
  3. Create a .env file in the root directory and add your OpenWeatherMap API key:

    API_KEY=your-api-key-here
    
  4. Run the application:

    npm run dev
    

This will start the development server, and you can access the application at http://localhost:3000

💻Technologies Used

  • React
  • Ant Design (antd)
  • Styled Components
  • TypeScript