Skip to content

Commit cb342d7

Browse files
committed
second commit
1 parent 522b103 commit cb342d7

5 files changed

Lines changed: 69 additions & 2 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Node modules (ถ้ามีในอนาคต)
2+
node_modules/
3+
4+
# Environment variables
5+
.env
6+
7+
# OS files
8+
.DS_Store
9+
Thumbs.db
10+
11+
# Editor files
12+
.vscode/
13+
.idea/
14+
15+
# Build files
16+
dist/
17+
build/

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# [ชื่อโปรเจกต์] - ENGCE301 Term Project
2+
3+
## 📋 Description
4+
[คำอธิบายโปรเจกต์ 2-3 ย่อหน้า]
5+
6+
## 🎯 Objectives
7+
- [Objective 1]
8+
- [Objective 2]
9+
- [Objective 3]
10+
11+
## 👥 Team Members (Group XX)
12+
| Name | Student ID | Role | GitHub |
13+
|------|-----------|------|--------|
14+
| [ชื่อ 1] | 65XXXXXXX | Product Owner | [@username1](https://github.com/username1) |
15+
| [ชื่อ 2] | 65XXXXXXX | Developer | [@username2](https://github.com/username2) |
16+
| [ชื่อ 3] | 65XXXXXXX | Developer | [@username3](https://github.com/username3) |
17+
18+
## 🚀 Features
19+
-[Feature 1]
20+
-[Feature 2]
21+
- 🔄 [Feature 3] (In Progress)
22+
-[Feature 4] (Planned)
23+
24+
## 🛠️ Tech Stack
25+
- **Frontend:** HTML5, CSS3, JavaScript
26+
- **Backend:** Node.js, Express (Coming soon)
27+
- **Database:** SQLite / MongoDB (Coming soon)
28+
- **Version Control:** Git, GitHub
29+
30+
## 📂 Project Structure

SRS_Draft.md

Whitespace-only changes.
File renamed without changes.

index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>[ชื่อโปรเจกต์] - ENGCE301 Term Project</title>
1010

1111
<!-- CSS -->
12-
<link rel="stylesheet" href="style.css">
12+
<link rel="stylesheet" href="css/style.css">
1313

1414
<!-- Google Fonts (ถ้าใช้) -->
1515
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -167,6 +167,26 @@ <h3>[ชื่อสมาชิก 2]</h3>
167167
<p class="student-id">[รหัสนักศึกษา]</p>
168168
</article>
169169

170+
<article class="team-member">
171+
<img src="assets/images/member2.jpg" alt="Member Name">
172+
<h3>[ชื่อสมาชิก 3]</h3>
173+
<p class="role">[Role]</p>
174+
<p class="student-id">[รหัสนักศึกษา]</p>
175+
</article>
176+
177+
<article class="team-member">
178+
<img src="assets/images/member2.jpg" alt="Member Name">
179+
<h3>[ชื่อสมาชิก 4]</h3>
180+
<p class="role">[Role]</p>
181+
<p class="student-id">[รหัสนักศึกษา]</p>
182+
</article>
183+
184+
<article class="team-member">
185+
<img src="assets/images/member2.jpg" alt="Member Name">
186+
<h3>[ชื่อสมาชิก 5]</h3>
187+
<p class="role">[Role]</p>
188+
<p class="student-id">[รหัสนักศึกษา]</p>
189+
</article>
170190
<!-- เพิ่มสมาชิกทุกคนในกลุ่ม -->
171191
</div>
172192
</div>
@@ -222,7 +242,7 @@ <h4>Contact</h4>
222242
<!-- Copyright -->
223243
<div class="footer-bottom">
224244
<p>&copy; 2025 [ชื่อโปรเจกต์]. All rights reserved.</p>
225-
<p>Developed with ❤️ by Group XX</p>
245+
<p>Developed with ❤️ by Group 1</p>
226246
</div>
227247
</div>
228248
</footer>

0 commit comments

Comments
 (0)