mohamadrezahedayati / todo-list

Home Page:https://todo-list-challenge-sirwiss.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-list

💻 Live demo


🔴 Technologies

  • Vue.js 3 ( Composition API )
  • Vuex
  • Typescript
  • Vite
  • Eslint
  • Vitest
  • Docker
  • pnpm
  • prettier
  • tailwind

🔴 Features

  • Responsive
  • Unit Test
  • Search between tasks
  • Adding | Listing | Editing | Deleting tasks
  • Save tasks when on refresh page

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint

About

https://todo-list-challenge-sirwiss.netlify.app


Languages

Language:Vue 46.7%Language:JavaScript 22.0%Language:TypeScript 16.5%Language:CSS 11.0%Language:Dockerfile 2.3%Language:HTML 1.4%