https://github.com/fannysaez/memo-cda
Mémo personnel de vocabulaire technique — Git/GitHub, SQL/PostgreSQL/Js/Boostrap — préparé dans le cadre de la formation CDA (Concepteur Développeur d'Applications).
https://github.com/fannysaez/memo-cda
boostrap5 cda divers git github javascript memo postgresql simplon sql vocabulaire
Last synced: about 3 hours ago
JSON representation
Mémo personnel de vocabulaire technique — Git/GitHub, SQL/PostgreSQL/Js/Boostrap — préparé dans le cadre de la formation CDA (Concepteur Développeur d'Applications).
- Host: GitHub
- URL: https://github.com/fannysaez/memo-cda
- Owner: fannysaez
- Created: 2026-07-05T04:43:58.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2026-07-09T13:00:04.000Z (2 days ago)
- Last Synced: 2026-07-09T14:13:46.018Z (2 days ago)
- Topics: boostrap5, cda, divers, git, github, javascript, memo, postgresql, simplon, sql, vocabulaire
- Homepage: https://fanny.gitbook.io/memo-cda
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mémo Vocabulaire CDA
Mémo personnel de vocabulaire technique pour la formation Concepteur Développeur d'Applications (CDA) : Git/GitHub, SQL/PostgreSQL, JavaScript, CSS, Bootstrap, Tailwind CSS et PHP.

---
## 📑 Table des matières
1. [Git / GitHub](vocabulaire-cda/git-github.md)
2. [SQL / PostgreSQL](vocabulaire-cda/sql-postgresql.md)
3. [JavaScript](vocabulaire-cda/javascript.md)
4. [CSS / Thèmes](vocabulaire-cda/css-themes.md)
5. [Bootstrap](vocabulaire-cda/bootstrap.md)
6. [Tailwind CSS](vocabulaire-cda/tailwindcss.md)
7. [PHP](vocabulaire-cda/php.md)
---
## 📂 Structure du projet
```text
memo/
├── README.md
└── vocabulaire-cda/
├── git-github.md
├── sql-postgresql.md
├── javascript.md
├── css-themes.md
├── bootstrap.md
├── tailwindcss.md
└── php.md
```
---