Skip to content

JoeTodes/CTS-Tools

Repository files navigation

CTS-Tools

The beginning of a planned suite of tools for CBE (and Alberta) teachers to navigate CTS single credit courses and plan their course combinations

Currently Implemented

✔️ Single Credit Course Viewer

✔️ Autocomplete Searchbar Prioritizing Course Codes and Numbers

✔️ CBE Combined Outcome Annotations and Highlighting

Planned Features

📋 Full Filter Box

📋 Course Progression Planner

📋 User Accounts to Favorite Courses and Save Course Progressions

📋 User Generated Resource Repository

📋 Rubric Builder (export to D2L importable)

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.