Skip to content

simonxcode/clutch-weather-app

Repository files navigation

Clutch Weather App

Clutch Weather App codecov

A weather app that you can depend on when you need it most. Search any city in the world and retrieve current weather details.

screen shot

Installation

  1. Clone repo by running git clone https://github.com/simonxcode/clutch-weather-app.git in your terminal

  2. Install dependecies
    yarn install or npm install

  3. Start server in development mode(at localhost:8000)
    yarn start or npm start

  4. When adding new classes to Tailwind, compile with
    yarn build:css or npm build:css

note: run yarn build:watch for active updates

  1. Build and compile application for production
    yarn build or npm build

Credit

Project inspiration from the ultimate api challenge
Background photo from unsplash
App Icons from flaticon freepik and iconixar

License

This project is open source and available under the MIT License.