Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cankorkmazim/nuxt-todo-app

Simple Todo List App with Nuxt 3
https://github.com/cankorkmazim/nuxt-todo-app

nuxt3 nuxtjs todo-app todo-list todolist vue

Last synced: 19 days ago
JSON representation

Simple Todo List App with Nuxt 3

Awesome Lists containing this project

README

        

# Simple Todo List | Nuxt.js

By [Can Korkmaz](https://github.com/CanKorkmazim)

## Demo





## Instructions

1. Clone locally using `git clone [email protected]:CanKorkmazim/nuxt-todo-app.git`
2. Install dependencies using `npm install`
3. Start your server using `npm run dev`
4. Navigate to app in [browser](http://localhost:3000)

## Technologies

This project was installed with the `nuxi@latest init` tool. Tailwind, Sass, NuxtIcon technologies were used.

## Features

This project is a simple Todo List App. Here is the full features list:

- Create a new Todo (press enter on input or click Add button)
- Delete a todo (click on the cross icon)