Initial commit

This commit is contained in:
2026-02-21 19:26:37 +01:00
commit d5b9faca3d
17 changed files with 2844 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Tutorial Project
## Prerequisites
- nvm (Node Version Manager) to manage multiple Node.js versions
- Node.js (version 14 or higher)
- npm (Node Package Manager)
- Git (for version control)
- A code editor (e.g., Visual Studio Code)