Skip to content

Commit 8a78d96

Browse files
committed
Add copilot instructions
1 parent 9cb4dcb commit 8a78d96

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Project Description
2+
3+
This project is an educational website for sharing homework assignments and coding exercises with students. Students can browse, view, and download assignments directly from the portal.
4+
5+
## Project Structure
6+
7+
- [`assignments/`](../assignments/) Each homework assignment is stored in its own subfolder with a consistent structure.
8+
- [`templates/`](../templates/) Reusable templates for new content
9+
- [`assets/`](../assets/) Contains the website assets including CSS, JavaScript, images, and configuration files
10+
- [`index.html`](../index.html) The main website page that serves as a static portal for browsing and viewing assignments. Content is configurable via [`config.json`](../config.json) file to dynamically generate assignment lists and details.
11+
12+
## Project Guidelines
13+
14+
- Maintain consistent styling across all pages
15+
- Keep file and folder names descriptive and organized
16+
17+
## Educational Standards
18+
19+
When generating content for this project:
20+
21+
- **Learning-focused**: All content should be designed with clear learning objectives and appropriate difficulty levels
22+
- **Student-friendly**: Use clear, encouraging language that motivates students

0 commit comments

Comments
 (0)