- 🦾 TypeScript
- ⚡️ Vue 3 - An approachable, performant and versatile framework
- ⚡️ Vite - Next Generation Frontend Tooling
- 🍍 State Management via Pinia
- ⚙️ Unit Testing with Vitest, E2E Testing with Cypress
- TypeScript
- Vitest - Unit testing powered by Vite
- Cypress - E2E testing
- VS Code Extensions
-
git clone git@github.com:oumoussa98/awesome-todo-app.git cd awesome-todo-app npm install npm run dev # start dev server npm run test:unit # run unit tests npm run test:e2e # run integration tests # checkout package.json to see all available scripts