Skip to content

Template repository for ReDI School's Advanced Javascript course. Includes a reusable structure for lessons, homework, resources, and student projects. Intended for instructors to duplicate and customize for each semester.

Notifications You must be signed in to change notification settings

ReDI-Aarhus/template-advanced-javascript

Repository files navigation

ReDI School – JavaScript Course Template

ReDI

This repository serves as the base template for running a ReDI School JavaScript course. It includes the minimum required structure and materials to run a semester, and is intended to be cloned and adapted for each new course instance.

⚠️ Please do not push changes directly to this repository. Fork or duplicate this template for your course-specific content.

✨ What This Template Includes

  • A structure for:
    • Class outlines and slides
    • Homework assignments
    • Solutions and examples
  • Content and resources for the course
  • Space for final projects or student submissions

📚 Structure

[COURSE-ROOT]
├── README.md
├── CONTRIBUTING.md
├── GUIDELINES.md
├── GUIDELINES.md
├── STUDENT_CONTRIBUTING.md
├── classes
│   ├── 01-class/
│   │   ├── code/
│   │   ├── homework/
│   │   └── resources/
│   ├── 02-class/
│   │   ├── code/
│   │   ├── homework/
│   │   └── resources/
│   └── ...
├── projects
│   ├── team-1-project
│   └── ...
└── assets (optional)
    └── images, PDFs, diagrams, etc.
  • classes/: Contains subfolders for each class, each with code/, homework/, and resources/ directories.
  • projects/: Student final projects or project templates.
  • assets/: Optional directory for shared diagrams, PDFs, or other media.

📌 Purpose

  • Provide teachers with a structured starting point.
  • Help students navigate course content and submit their work.
  • Foster consistency across semesters.

📚 Guidelines

Please refer to the GUIDELINES.md file for the general structure, naming conventions, and best practices to follow when customizing your local copy.

🙌 Getting Started

To use this template:

  1. Use this repository template.
  2. Rename your repo (e.g., 2025SS-advanced-javascript).
  3. Update content in each folder to reflect your course.

If you need support or run into issues, reach out to the ReDI Aarhus teaching team.


For contribution guidelines and uploading content, see CONTRIBUTING.md.


❤️ ReDI School – Aarhus


About

Template repository for ReDI School's Advanced Javascript course. Includes a reusable structure for lessons, homework, resources, and student projects. Intended for instructors to duplicate and customize for each semester.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published