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.
- Host: GitHub
- URL: https://github.com/alexquar/u-books
- Owner: alexquar
- Created: 2024-03-19T19:12:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:07:52.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:02:00.787Z (about 2 years ago)
- Topics: css3, firebase, vue
- Language: Vue
- Homepage: https://reading-list-web.web.app/login
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).