- WeHelp Bootcamp 2022 assigned task
- Developed a proof of concept for a Taipei city weather web app within one week, in collaboration with three fellow fullstack trainees
- This repository is no longer maintained. The live demo is available only as a screenshot 🖼
- Vanilla JavaScript
- HTML 5 + CSS 3
- Webpack 5
- ESLint (Standard JS)
- NPM
- Chart.js
- Fork this repo and clone to your local machine.
- Install Packages required for this project:
npm install
- Start a new branch with a unique name.
- Build up development environment:
npm run build
- Run local server and watch the website:
npm run dev
(Hot reload supported). - When your work is done, send a PR to this repo on master branch.
- Wait for code review and comments from team leader.
- If there is any updates, sync your fork with this original repository.