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