1001 B
1001 B
title, status, type, priority, created_at, updated_at, parent, blocking
| title | status | type | priority | created_at | updated_at | parent | blocking | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Project Setup & Tech Stack | completed | task | normal | 2026-02-04T15:43:55Z | 2026-02-04T15:55:46Z | nuzlocke-tracker-f5ob |
|
Set up the initial project structure and choose the technology stack.
Checklist
- Initialize the project (e.g., Vite + React/Vue/Svelte or Next.js)
- Set up TypeScript configuration
- Configure linting (ESLint) and formatting (Prettier)
- Set up basic folder structure (components, types, utils, data)
- Add Tailwind CSS or chosen styling solution
- Create basic app shell with routing
Considerations
- Should be a web app for accessibility
- Consider PWA capabilities for offline use
- Keep bundle size small for fast loading