A weather app that you can depend on when you need it most. Search any city in the world and retrieve current weather details.
-
Clone repo by running
git clone https://github.com/simonxcode/clutch-weather-app.git
in your terminal -
Install dependecies
yarn install
ornpm install
-
Start server in development mode(at localhost:8000)
yarn start
ornpm start
-
When adding new classes to Tailwind, compile with
yarn build:css
ornpm build:css
note: run
yarn build:watch
for active updates
- Build and compile application for production
yarn build
ornpm build
Project inspiration from the ultimate api challenge
Background photo from unsplash
App Icons from flaticon freepik and iconixar
This project is open source and available under the MIT License.