Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)

Screenshot 2022-02-28 at 18 54 57
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