Skip to content

Commit 2e892c8

Browse files
authored
Merge pull request #125 from ebouchut/docs/update-project-presentation-and-tagline
docs(readme): Rewrite presentation and tagline to clarify platform focus
2 parents 2e0723f + d9d67e5 commit 2e892c8

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,22 @@
1111

1212
## Presentation
1313

14-
> An interactive programming learning platform.
14+
> Learn programming, one lesson at a time.
1515
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.
1919

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).
2026

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).
2130

2231

2332
## Goals
@@ -26,12 +35,13 @@ It is also my capstone project for the [Web and Web Mobile Developer REAC certif
2635
- Support multiple user roles (such as Student, Instructor, Admin)
2736
- Demonstrate full-stack development skills using industry standards
2837

38+
Hands-on exercises are next on the roadmap.
2939

3040
## Tech Stack
3141

3242
This project is built with [Java](https://en.wikipedia.org/wiki/Java_(programming_language))/[Spring Boot](https://spring.io/projects/spring-boot) backend
3343
and [Thymeleaf](https://en.wikipedia.org/wiki/Thymeleaf) frontend.
34-
44+
PostgreSQL
3545

3646
### Backend
3747

0 commit comments

Comments
 (0)