File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ node main.js
7474 |-- data-karyawan.json # Primary employee data file
7575|-- backup/
7676 |-- data-karyawan-backup.json # Backup file
77- ├── logs/
77+ |-- logs/
7878 |-- deleted-logs.json # Log of deleted employee data
79- ├── package.json # Metadata and dependencies
80- └── node_modules/ # Installed dependencies
79+ |-- package.json # Metadata and dependencies
80+ |-- node_modules/ # Installed dependencies
8181```
8282
8383---
@@ -132,9 +132,9 @@ The application runs in a loop until the user chooses to exit.
132132
133133## 📝 Data Format
134134
135- Data is stored in the ` data-karyawan.json ` file with the format:
135+ ### Data is stored in the ` data-karyawan.json ` file with the format:
136136
137- ``` json
137+ ```
138138[
139139 {
140140 "ID": "A123",
@@ -155,9 +155,9 @@ Data is stored in the `data-karyawan.json` file with the format:
155155- Each object represents one employee record
156156- This format makes it easier to read, write, backup, and restore data
157157
158- Deleted data is stored in ` logs/data-terhapus.json ` with the format:
158+ ### Deleted data is stored in ` logs/data-terhapus.json ` with the format:
159159
160- ``` json
160+ ```
161161[
162162 {
163163 "ID": "H739",
@@ -222,4 +222,4 @@ If you like this project or find it useful, feel free to:
222222- 🛠️ Fork it and build your own version
223223- 📬 Reach out for questions or collaboration
224224
225- # Happy coding! 💻✨
225+ # Happy coding! 💻✨
You can’t perform that action at this time.
0 commit comments