By Can Korkmaz
- Clone locally using
git clone git@github.com:CanKorkmazim/nuxt-todo-app.git
- Install dependencies using
npm install
- Start your server using
npm run dev
- Navigate to app in browser
This project was installed with the nuxi@latest init
tool. Tailwind, Sass, NuxtIcon technologies were used.
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)