Course schedule planning tool for Boğaziçi University
- Course search
- Supports Lab and PS hours
- Shows all the necessary info about courses
- Shows individual and total credits of selected courses
- Vite
- Svelte
- Tailwind CSS
This project is scaffolded with these commands:
npm init vite@latest
# choose svelte, cd into project directory
npx svelte-add@latest tailwindcss
npm install
- Node.js
- npm
- Clone the repo
git clone https://github.com/kilicbaran/boun-course-planner.git
- Install NPM packages
npm install
- Start up a development server
npm run dev -- --open