React web client for Active app.
- Search and filter drop-in activity schedules offered by City of Ottawa
- Sort schedules by distance or time
- Search facilities for a specific activity
- Data may not always be accurate, complete, or up-to-date
- Does not reflect facility closures, holidays or last-minute changes
- Missing information for some activities or facilities
- Does not handle registrations or bookings
- Clone the repository
- Install dependencies:
npm install- Create a
.envfile in the root directory and add:
VITE_API_KEY=your_api_key_here
VITE_API_BASE_URL=your_api_base_url_here
- Start the development server:
npm run devnpm run build- React
- Vite
Active REST API. Activity schedules information is collected from the City of Ottawa's public website.
This is an independent community project for Ottawa residents.