Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cankorkmazim/nuxt-todo-app
- Owner: CanKorkmazim
- Created: 2024-04-29T13:59:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:35:33.000Z (8 months ago)
- Last Synced: 2024-10-30T00:43:52.686Z (2 months ago)
- Topics: nuxt3, nuxtjs, todo-app, todo-list, todolist, vue
- Language: Vue
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)