Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crutchcorn/vue-3-schedule

Demo calendar app written in Vue 3
https://github.com/crutchcorn/vue-3-schedule

calendar demo hacktoberfest vue vue3

Last synced: 19 days ago
JSON representation

Demo calendar app written in Vue 3

Awesome Lists containing this project

README

        

# Vue 3 Calendar

A simple calendar website written in an early version of Vue 3's composition API with the following features:

- Basic design with a task list for a selected date

![July 1st 2022 selected with a tasklist sidebar indicating "No items in the list"](./readme_assets/main.png)

- Proper focus, hover, and click styling

![Three dates with different styling based on focus, hover, or selected](./readme_assets/keyboard_states.png)

- Keyboard navigation

![A user navigation through pages using their keyboard](./readme_assets/keyboard_nav.gif)

- Ability to scroll through different months and years
- A quick-jump to the current date
- Data persistence with `localstorage`