Website to house events taking place in the Sport Wales National Centre.
- HTML
- CSS
- JavaScript
- JavaScript library - Full Calendar
For multi-day events, set the 'end' date to the day after the event ends. For example, this event:
26 – 27th April, Welsh Boxing, Main Arena
Becomes this in code:
{
title: 'Welsh Boxing - Main Arena',
start: '2024-04-26',
end: '2024-04-28',
color: combatSportsCol
},
- Welsh translation. Might have to programmatically do this.
- More event details, e.g. what tournament/session etc is on.
- Review CDN usage, maybe move to bundle/npm for future proofing
- Pulling events from external JSON file, this has proven tricky
- Performance improvements (run Ligthouse to see score)
The website is live and deployed