Skip to content

kilicbaran/boun-course-planner

Repository files navigation

BOUN Course Planner

Course schedule planning tool for Boğaziçi University

Features

  • Course search
  • Supports Lab and PS hours
  • Shows all the necessary info about courses
  • Shows individual and total credits of selected courses

Built With

  • Vite
  • Svelte
  • Tailwind CSS

Project Scaffolding

This project is scaffolded with these commands:

npm init vite@latest
# choose svelte, cd into project directory
npx svelte-add@latest tailwindcss
npm install

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repo
    git clone https://github.com/kilicbaran/boun-course-planner.git
  2. Install NPM packages
    npm install
  3. Start up a development server
    npm run dev -- --open