DSKP = Dokumen Standard Kurikulum dan Pentaksiran
An interactive web application for exploring the KSSM Bahasa Inggeris (CEFR Aligned) curriculum for Malaysian secondary schools.
🔗 Live Demo: https://hedarchion.github.io/superdskp/
- 📚 Complete Curriculum Coverage - Browse all 5 forms (Form 1-5) of the KSSM English curriculum
- 🔍 Multiple Views:
- Overview - Dashboard with summary statistics
- Forms - Detailed form-by-form exploration
- Skills - Cross-form analysis of Listening, Speaking, Reading, Writing, and Literature
- Syllabus - Grammar, vocabulary, and text types
- Performance - Performance bands and descriptors
- 📋 Copy to Clipboard - Easy copying of curriculum content
- 📱 Responsive Design - Works on desktop, tablet, and mobile
- ⚡ Fast Performance - Built with Vite for optimal loading
| Technology | Version | Purpose |
|---|---|---|
| React | 19.2.0 | UI Framework |
| TypeScript | 5.9.3 | Type Safety |
| Vite | 7.2.4 | Build Tool |
| Tailwind CSS | 4.1.18 | Styling |
| Lucide React | 0.563.0 | Icons |
# Clone the repository
git clone https://github.com/hedarchion/superdskp.git
cd superdskp/my-app
# Install dependencies
npm install
# Start development server
npm run devnpm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production build
npm run lint # Run ESLintmy-app/
├── public/ # Static assets
│ ├── curriculum.json # Main curriculum data
│ └── data/ # Form-specific JSON files
├── src/
│ ├── components/ # React components
│ │ ├── Navigation.tsx
│ │ ├── OverviewView.tsx
│ │ ├── FormsView.tsx
│ │ ├── SkillsView.tsx
│ │ ├── SyllabusView.tsx
│ │ ├── PerformanceView.tsx
│ │ └── CopyButton.tsx
│ ├── hooks/ # Custom React hooks
│ ├── types/ # TypeScript definitions
│ └── lib/ # Utility functions
├── index.html
├── package.json
├── vite.config.ts
└── tsconfig.json
The curriculum data includes:
- 5 Forms (Form 1-5)
- 5 Skill Areas: Listening, Speaking, Reading, Writing, Literature in Action
- Content Standards organized by form
- Performance Standards with achievement bands
- Syllabus Content: Grammar, Vocabulary, Text Types
- Learning Objectives for each form
This project is configured for GitHub Pages deployment:
# Build the project
npm run build
# Deploy to gh-pages branch
cd dist
git init
git add .
git commit -m "Deploy"
git branch -m gh-pages
git remote add origin https://github.com/hedarchion/superdskp.git
git push -f origin gh-pagesContributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see below for details:
MIT License
Copyright (c) 2026 hedarchion
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- KPM Malaysia - Ministry of Education Malaysia
- CEFR - Common European Framework of Reference for Languages
Made with ❤️ for Malaysian educators and students