Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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








Live Demo

## 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

```