Skip to content

M-Facey/octo-eureka

Repository files navigation

Octo Eureka

App Banner

This is a simple todo application created in Vue3 and TailwindCSS.

Features

⚠️ Please Note: The feature list will be updated as features are merged into the main branch.

Basic Features

  • Increased Accessability
    • High Contrast Mode

Extra Features

  • FILTER, LIMIT (MAX 50) & SORT todo(s)
  • Added tests
    • Number of unit tests: 3
    • Number of e2e tests: 7
  • Clear todos after 24hrs

Chores

  • Fix the UI in the todo items
    • The name of the todo need to stack on top of the each other

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Run and Watch Unit Tests for Development

pnpm test:unit-dev

Run Unit Tests for Production

pnpm test:unit

Run E2E Tests

pnpm test:e2e

Type-Check, Compile and Minify for Production

pnpm build