https://github.com/ben-bromley/vuetilities
Welcome to Vuetilities! This is a simple collection of web-based utility apps I built using Vue 3 and the composition API.
https://github.com/ben-bromley/vuetilities
calculator dexiejs games solitaire todo vue
Last synced: over 1 year ago
JSON representation
Welcome to Vuetilities! This is a simple collection of web-based utility apps I built using Vue 3 and the composition API.
- Host: GitHub
- URL: https://github.com/ben-bromley/vuetilities
- Owner: Ben-Bromley
- Created: 2021-10-11T17:49:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T20:25:22.000Z (over 4 years ago)
- Last Synced: 2025-01-23T17:56:55.123Z (over 1 year ago)
- Topics: calculator, dexiejs, games, solitaire, todo, vue
- Language: Vue
- Homepage: https://ben-bromley.github.io/vuetilities/
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuetilities



Welcome to Vuetilities! This is a simple collection of web-based utility apps I built using Vue 3 and the composition API.
## Setup and Running Locally
```bash
$ git clone https://github.com/Ben-Bromley/vuetilities.git
$ cd vuetilities
$ npm install
$ npm run dev
```
#
## Future Additions:
- [x] Use [DEXIEjs](https://dexie.org/) to persist local data
- [x] Remember To-Do's
- [ ] Remember Solitaire Game Progress
- [x] Convert Solitaire game to OOP