Vue based Calendar Application using Vuetify as the material design library and Firebase for basic CRUD commands to maintain and schedule events.
- Vue 2
- Used Vuetify's calendar and dialog components for basic UI structure
- Firebase with Cloud Firestore for data storage and retrieval
- Create, Delete and View events in real time
- Add a dark mode toggle switch - using Tailwind CSS.
- Add Time as a parameter while creating events.
- Add Google Calendar API to schedule events across Google accounts.
npm install
npm run serve
npm run build
npm run lint