Calendar app to add and display reminders, also shows the weather forecast for the city of reminder.
yarn
# or
npm install
yarn dev
# or
npm run dev
yarn build
# or
npm run build
yarn test:unit
# or
npm run test:unit
Lint with ESLint
yarn lint
# or
npm run lint