You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,22 @@
11
11
12
12
## Presentation
13
13
14
-
> An interactive programming learning platform.
14
+
> Learn programming, one lesson at a time.
15
15
16
-
This project aims to enable students to learn programming.
17
-
18
-
It is also my capstone project for the [Web and Web Mobile Developer REAC certification](https://www.francecompetences.fr/recherche/rncp/37674/), which I am currently undergoing at [La Plateforme_](https://laplateforme.io).
16
+
An accessible, Markdown-first platform for programming courses
17
+
where instructors write lessons in plain Markdown,
18
+
students follow them lesson by lesson in an interface built to RGAA standards.
19
19
20
+
*Learn-dev* is a platform for publishing and following programming courses.
21
+
**Instructors** author lessons in plain Markdown, and the platform turns them into rich, safe pages:
22
+
tables, GitHub-style callouts, Mermaid diagrams, and code blocks, all sanitized server-side and rendered
23
+
in a light or dark theme.
24
+
**Students** enroll and progress lesson by lesson through an interface
25
+
designed to be accessible to everyone (RGAA/WCAG AA).
20
26
27
+
This is my capstone project
28
+
for the [Web and Web Mobile Developer certification](https://www.francecompetences.fr/recherche/rncp/37674/),
29
+
which I am currently undergoing at [La Plateforme_](https://laplateforme.io).
21
30
22
31
23
32
## Goals
@@ -26,12 +35,13 @@ It is also my capstone project for the [Web and Web Mobile Developer REAC certif
26
35
- Support multiple user roles (such as Student, Instructor, Admin)
27
36
- Demonstrate full-stack development skills using industry standards
28
37
38
+
Hands-on exercises are next on the roadmap.
29
39
30
40
## Tech Stack
31
41
32
42
This project is built with [Java](https://en.wikipedia.org/wiki/Java_(programming_language))/[Spring Boot](https://spring.io/projects/spring-boot) backend
33
43
and [Thymeleaf](https://en.wikipedia.org/wiki/Thymeleaf) frontend.
0 commit comments