Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurriyad/vuefire-todos
📝 Vue3, Vuefire, Firebase, Tailwindcss powered to-do app. Create, update, delete tasks with ease, and user authentication.
https://github.com/nurriyad/vuefire-todos
firebase tailwindcss vue vue-router vuefire vuejs3
Last synced: 7 days ago
JSON representation
📝 Vue3, Vuefire, Firebase, Tailwindcss powered to-do app. Create, update, delete tasks with ease, and user authentication.
- Host: GitHub
- URL: https://github.com/nurriyad/vuefire-todos
- Owner: nurRiyad
- Created: 2021-09-16T06:31:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T08:10:14.000Z (11 months ago)
- Last Synced: 2023-12-31T08:22:32.167Z (11 months ago)
- Topics: firebase, tailwindcss, vue, vue-router, vuefire, vuejs3
- Language: Vue
- Homepage: https://vuefire-todos.netlify.app/
- Size: 2.14 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuefire Todos
Vue3, Vuefire, Firebase, Tailwindcss powered to-do app. Create, update, delete tasks with ease, and user authentication. Boss up your task game now!
## Demo
https://vuefire-todos.netlify.app/
> Hosted on [Netlify](https://netlify.com/):
### Built with
Vuefire Todos built with [Vue3](https://vuejs.org), [Vuefire](https://vuefire.vuejs.org/) [Vue-Router](https://router.vuejs.org/) & [Tailwind](https://tailwindcss.com/)
## Previews
## Features
- Client Side Rendering
- Vite-based hot module replacement (HMR) dev environment
- Deploys anywhere with zero config Netlify
- Login with password less email link
- Login with gmail
- Route Protection
- Dom change animation
- Crate Task with description
- Show task my it's status
- Search task my title## Build Setup
**Requires Node.js 16+**
```bash
# install dependencies
yarn install# serve in dev mode, with hot reload at localhost:5173
yarn run dev# build for production
yarn run build# serve in production mode
yarn run preview```