Skip to content

JacksonBelizario/CalendarApp

Repository files navigation

Calendar (Front-end Javascript Challenge)

Calendar app to add and display reminders, also shows the weather forecast for the city of reminder.

Project Setup

yarn
# or
npm install

Compile and Hot-Reload for Development

yarn dev
# or
npm run dev

Type-Check, Compile and Minify for Production

yarn build
# or
npm run build

Run Unit Tests

yarn test:unit
# or
npm run test:unit

Lint with ESLint

yarn lint
# or
npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published