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

https://github.com/alexquar/u-books

Simple reading list app to store books you're looking to read. Requires logon/signup. Built using Vue, CSS3 and Firebase9 (firestore, auth, hosting). Can delete and favourite your own books as well as take a look at what others are reading and add their books to your list.
https://github.com/alexquar/u-books

css3 firebase vue

Last synced: 3 months ago
JSON representation

Simple reading list app to store books you're looking to read. Requires logon/signup. Built using Vue, CSS3 and Firebase9 (firestore, auth, hosting). Can delete and favourite your own books as well as take a look at what others are reading and add their books to your list.

Awesome Lists containing this project

README

          

# read-list

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).