Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T20:25:22.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T09:51:43.950Z (almost 2 years 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
![To-Do](https://img.shields.io/badge/ToDo-v1.1-42b883)
![Calculator](https://img.shields.io/badge/Calculator-v1.0-42b883)
![Pocket Solitaire](https://img.shields.io/badge/PocketSolitaire-v1.1-42b883)
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