-
-
Notifications
You must be signed in to change notification settings - Fork 151
about
Thomas Tortorini edited this page Jan 26, 2026
·
14 revisions
The key people behind the story of GridSound are:
- Thomas Tortorini (🇫🇷)
- Melanie Ducani (🇫🇷)
This is the list of the amazing free and open-source softwares used to build and maintain GridSound.
| name | used for |
|---|---|
| Git | Keeping history of any GridSound's code changes. |
| MySQL | Storing all the users' compositions online. |
| FileZilla | Transferring files on internet. |
| phpMyAdmin | Managing the database local and online. |
| Node.js | Executing JS outside of a browser. |
| npm | Managing all the softwares below. |
| ESLint | Checking if the JS is correct. |
| ESLint Stylistic (plugin) | Checking if the JS looks the same everywhere. |
| Stylelint | Checking if the CSS is correct. |
| Stylelint Stylistic (plugin) | Checking if the CSS looks the same everywhere. |
| Terser | Compacting the JS to reduce the app's weight. |
| Lightning CSS | Compacting the CSS to reduce the app's weight. |
The GridSound's applications use no code or assets dependencies, except this:
| name | used for |
|---|---|
| Hero Patterns | Applying cute graphic texture to different areas. |
We also use these non-free or private softwares:
| name | used for |
|---|---|
| Figma | Drawing the logo and other arts. |
| GitHub | Hosting the code online. |
| Sublime Text | Writing the code itself. |
| Font Awesome | Having some cute icons everywhere. |