⚠️ Work in Progress
This school website redesign is currently under active development.
Features and content may change as the project progresses.
Demo: https://sithsofficial.netlify.app/This project is a school website created as a redesign using Vue 3 and Nuxt 3. The website provides information about the school, including announcements, events, and contact details. It is designed to be simple, clear, responsive, and easy to navigate.
- Modern, responsive redesign
- Component-based architecture with Vue 3
- Server-side rendering (SSR) and static site generation (SSG) with Nuxt 3
- Announcements and events sections
- Easy-to-maintain code structure
- TailwindCSS + DaisyUI for styling
- Animations powered by GSAP
- Vue 3
- Nuxt 3
- Pinia (state management)
- TailwindCSS + DaisyUI
- GSAP animations
- Sanity CMS for content
- RxJS for reactive programming
- Prettier + ESLint for code formatting and linting
npm installnpm run dev– Start development servernpm run build– Build for productionnpm run generate– Generate static sitenpm run preview– Preview production build