Skip to content

Commit

Permalink
readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Jan 7, 2024
1 parent 8f76b78 commit bc60adc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
🚧 Under Development
# 🚧 Under Development

[ TODO LIST ]

- [ ] Quizes System
- [ ] Main-Page ( Better design )
- [ ] Login and save progress
- [ ] Themes, theme settings

---

### Run It Localy

1. **Clone the Repository**

```sh
git clone https://github.com/TeaByte/NakhlahJS
cd NakhlahJS
```

2. **Start Dev Server**

```sh
deno task start
```

##
2 changes: 1 addition & 1 deletion routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function BlogIndexPage(
content="وجهتك الأمثل لاكتساب مهارات جافاسكربت بسهولة وفعالية. رحلة تعليمية شيقة تمتد من الأساسيات إلى المستويات المتقدمة"
/>
</Head>
<main class="max-w-screen-md px-4 pt-12 mx-auto">
<main class="max-w-screen-md px-4 pt-12 mx-auto mb-6">
<h1 class="text-5xl font-bold z-10">المحتوى</h1>
<section class="flex flex-col gap-2">
{merged.map((course, index) => {
Expand Down

0 comments on commit bc60adc

Please sign in to comment.