README fixed
This commit is contained in:
parent
e38e37550e
commit
b18c1b7c99
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
APP Website — Associação Portuguesa de Powerlifting
|
# Website APP - Associação Portuguesa de Powerlifting
|
||||||
|
|
||||||
Overview
|
## Overview
|
||||||
|
|
||||||
- Next.js (App Router) + TypeScript + Tailwind
|
- Next.js (App Router) + TypeScript + Tailwind
|
||||||
- Strict accessibility (WCAG 2.1 AA)
|
- Strict accessibility (WCAG 2.1 AA)
|
||||||
|
|
@ -9,7 +9,7 @@ Overview
|
||||||
- OpenPowerlifting integration (meets scraping + results CSV parsing)
|
- OpenPowerlifting integration (meets scraping + results CSV parsing)
|
||||||
- Cloudflare Turnstile on Contatos page
|
- Cloudflare Turnstile on Contatos page
|
||||||
|
|
||||||
Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. Install dependencies:
|
1. Install dependencies:
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ npm run dev
|
||||||
|
|
||||||
Open http://localhost:3000 — you will be redirected to /pt.
|
Open http://localhost:3000 — you will be redirected to /pt.
|
||||||
|
|
||||||
Key Paths
|
## Key Paths
|
||||||
|
|
||||||
- Portuguese: [src/app/pt](src/app/pt)
|
- Portuguese: [src/app/pt](src/app/pt)
|
||||||
- English: [src/app/en](src/app/en)
|
- English: [src/app/en](src/app/en)
|
||||||
|
|
@ -40,13 +40,8 @@ Key Paths
|
||||||
- Meets API: [src/app/api/openpowerlifting/meets/route.ts](src/app/api/openpowerlifting/meets/route.ts)
|
- Meets API: [src/app/api/openpowerlifting/meets/route.ts](src/app/api/openpowerlifting/meets/route.ts)
|
||||||
- Results API: [src/app/api/openpowerlifting/results/route.ts](src/app/api/openpowerlifting/results/route.ts)
|
- Results API: [src/app/api/openpowerlifting/results/route.ts](src/app/api/openpowerlifting/results/route.ts)
|
||||||
|
|
||||||
Accessibility Notes
|
## Accessibility Notes
|
||||||
|
|
||||||
- Skip link and clear focus indicators present
|
- Skip link and clear focus indicators present
|
||||||
- Semantic headings and ARIA labels on navigation
|
- Semantic headings and ARIA labels on navigation
|
||||||
- Tables include headers and caption
|
- Tables include headers and caption
|
||||||
|
|
||||||
Next Steps
|
|
||||||
|
|
||||||
- Add comprehensive English pages and translations
|
|
||||||
- Expand accessibility testing with Lighthouse and axe DevTools
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue