Click any project day to log time in / time out for each member
| Member | Date | Day | Time In | Time Out | Duration | Status |
|---|---|---|---|---|---|---|
| No records yet. Click a project day to start logging. | ||||||
Region XIII Caraga · March 8 – April 5, 2026 · Team of 5
npm create vite@latestThe members of this team — Laurence, Jonas, Zareena, Kriziel, and Andrea — commit to building a website that proudly showcases Region XIII, the Caraga Administrative Region. This project is our opportunity to highlight the rich culture, natural beauty, and heritage of Caraga through thoughtful design and clean, modern code using HTML, CSS, and JSX. they aim to deliver a website that is not only visually compelling and highly original, but also intuitive, accessible, and fully responsive across all devices. Each member brings a unique role to the table, and together they are committed to meeting our deadline of April 5, 2026 with work that they are truly proud of.
Detailed frontend component tree and backend data flow for the Caraga website
import provinces from '../data/provinces.json' — Static imports via Vite · zero runtime cost[
{
"id": 1,
"name": "Agusan del Norte",
"capital": "Butuan City",
"population": 412000,
"area_km2": 2730,
"description": "Home to Butuan...",
"municipalities": ["Buenavista",...],
"imageUrl": "/assets/agusan-norte.jpg"
}
]
[
{
"id": 1,
"name": "Enchanted River",
"province": "Surigao del Sur",
"category": "natural",
"rating": 5,
"description": "Crystal-clear blue...",
"coordinates": { "lat": 9.18, "lng": 126.06 },
"images": ["/assets/enchanted-1.jpg"]
}
]
[
{
"id": 1,
"name": "Bonok-Bonok Maradjaw",
"province": "Surigao del Norte",
"month": "September",
"duration": "7 days",
"description": "Colorful street...",
"highlights": ["Parade","Dance","Food Fair"],
"imageUrl": "/assets/bonok-bonok.jpg"
}
]
Score your rubrics · Check your skills across Frontend, Backend and Full Stack
100 curated resources · HTML · CSS · JavaScript · JSON · React/JSX