Skip to content

Commit a6d69bf

Browse files
authored
Create README.md
1 parent 00323fc commit a6d69bf

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ScriptWise - JavaScript Learning Platform
2+
3+
This application was developed as a project for the "Educational Software" course at University of Pireaus.
4+
5+
It is an educational platform designed to help users learn the JavaScript programming language.
6+
7+
## Core Features
8+
9+
* **Interactive JavaScript Lessons:** Content delivery with an integrated Monaco code editor for hands-on practice.
10+
* **Personalized Learning:**
11+
* Pre-course assessment quizzes to suggest starting points.
12+
* Adaptive content presentation based on learning style preference.
13+
* Guided learning paths based on user goals.
14+
* Post-course review quizzes with recommendations for further study and external resources.
15+
* **Quizzes & Assessments:** Various quiz types (module-specific, random review, pre/post-course) with multiple question formats.
16+
* **Progress Tracking & Statistics:** Visualizations of learning streaks, quiz performance, and daily lesson completions.
17+
* **User Authentication & Preferences:** Secure accounts and management of learning preferences.
18+
19+
## Tech Stack
20+
21+
* **Backend:** Laravel (PHP)
22+
* **Frontend:** Vue.js 3 & Inertia.js
23+
* **Styling:** Tailwind CSS
24+
* **Database:** SQLite

0 commit comments

Comments
 (0)