Welcome to the Weather Application! 🚀
This project is a weather application developed using React, Ant Design (antd), Styled Components, and TypeScript.
To run the project locally, follow these steps:
-
Clone the repository:
git clone git@github.com:yalcinHaratoglu/Weather-App-React.git
-
Install dependencies:
npm install
-
Create a .env file in the root directory and add your OpenWeatherMap API key:
API_KEY=your-api-key-here
-
Run the application:
npm run dev
This will start the development server, and you can access the application at http://localhost:3000
- React
- Ant Design (antd)
- Styled Components
- TypeScript