Skip to content

Salmanz18/weather-app

Repository files navigation

Weather App!

Tech Stack

  • React
  • Typescript
  • Redux Toolkit
  • RTK Query
  • Styled Components
  • Tailwind CSS
  • Openweathermap API

App Mockup

App-Mockup-v1

Install dependencies

yarn install

Run in development mode

  yarn dev

Create production build

  yarn build

Run ESLint linting

  yarn lint

Run Prettier formatting

  yarn format

Run TypeScript compiling

  yarn compile

Serve production build locally

  yarn preview