Skip to content

Commit 16d9c6c

Browse files
committed
chore(docs): update 'README' for 'SSG' description and testing tools roadmap
1 parent 6e3cbfb commit 16d9c6c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This app connects to a real backend powered by NestJS, PostgreSQL, and Prisma, d
5858
| ✅ APIs | Example integration with the PokeAPI |
5959
| ✅ Shoelace Components | Accessible and modern UI components |
6060
| ✅ NgOptimizedImage | Fast image loading with Angular's directive |
61-
| ✅ SSG & Prerendering | Static Site Generation for main and Pokémon pages |
61+
| ✅ SSG & Prerendering | Static Site Generation for index and Pokémon pages |
6262
| ✅ Animations | Smooth transitions with Angular Animations |
6363
| ✅ Clean Architecture | Modular folder structure following best practices |
6464
| ✅ SASS & BEM | Maintainable and scalable styling |
@@ -70,8 +70,7 @@ This app connects to a real backend powered by NestJS, PostgreSQL, and Prisma, d
7070

7171
## 🧩 Roadmap
7272

73-
- [ ] Component & service testing with Angular Testing Library
74-
- [ ] End-to-End tests with Playwright
73+
- [ ] Component & service testing with Vitest!
7574

7675
---
7776

commitlint.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
[
1313
'repo',
1414
'tools',
15+
'docs',
1516
'styles',
1617
'e2e',
1718
'version',

0 commit comments

Comments
 (0)