Skip to content

Commit ad21cfa

Browse files
authored
Update README.md
1 parent e24f52f commit ad21cfa

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -95,31 +95,6 @@ The built files will be in the `dist/` directory, ready for deployment.
9595
- **Import**: Restore progress from a previously exported file
9696
- **Clear All**: Reset all progress (with confirmation dialog)
9797

98-
## 🏗️ Project Structure
99-
100-
```
101-
neetcode-tracker/
102-
├── public/
103-
│ └── vite.svg
104-
├── src/
105-
│ ├── components/
106-
│ │ ├── ExportImportControls.jsx
107-
│ │ ├── Filters.jsx
108-
│ │ ├── ProblemTable.jsx
109-
│ │ └── StatsCard.jsx
110-
│ ├── data/
111-
│ │ └── problems.json
112-
│ ├── App.jsx
113-
│ ├── NeetCodeTracker.jsx
114-
│ ├── main.jsx
115-
│ └── index.css
116-
├── index.html
117-
├── package.json
118-
├── tailwind.config.js
119-
├── vite.config.js
120-
└── README.md
121-
```
122-
12398
## 🔧 Technologies Used
12499

125100
- **Frontend Framework**: React 19.1.1

0 commit comments

Comments
 (0)