Skip to content

Commit 8465cd5

Browse files
Add files via upload (devvsakib#39)
1 parent dede8ea commit 8465cd5

31 files changed

+7143
-0
lines changed

students-room/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Unical Computer Science and Mathematics Students Room
2+
Project created to have a check-in | check-out application to see who is actually inside the room.
3+
4+
## Technologies
5+
- Svelte (Frontend)
6+
- Firebase (Backend as a Service)
7+
- TailwindCSS (CSS)
8+

students-room/dist/assets/index.61704bc0.js

Lines changed: 1636 additions & 0 deletions
Large diffs are not rendered by default.

students-room/dist/assets/index.c1f898a5.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

students-room/dist/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Students Room</title>
8+
<script type="module" crossorigin src="/assets/index.61704bc0.js"></script>
9+
<link rel="stylesheet" href="/assets/index.c1f898a5.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
14+
</body>
15+
</html>

students-room/dist/vite.svg

Lines changed: 1 addition & 0 deletions
Loading

students-room/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Students Room</title>
8+
</head>
9+
<body>
10+
<div id="app"></div>
11+
<script type="module" src="/src/main.ts"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)