Skip to content

Commit f7ab091

Browse files
committed
fix(docs): restore emojis in README section headings
- Add emojis to all section headings (Features, Demo, Installation, etc.) - Fix anchor links for GitHub markdown compatibility - Restore heart emoji in footer
1 parent 669f3d2 commit f7ab091

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,44 +37,44 @@
3737
<a href="#-installation">Installation</a> •
3838
<a href="#-docker">Docker</a> •
3939
<a href="#-usage">Usage</a> •
40-
<a href="#-architecture">Architecture</a> •
40+
<a href="#-architecture">Architecture</a> •
4141
<a href="#-contributing">Contributing</a>
4242
</p>
4343

4444
---
4545

46-
## Features
46+
## Features
4747

48-
### Core Tracker
48+
### 📦 Core Tracker
4949
- **Session Recording** - Capture DOM changes with rrweb
5050
- **Console Logging** - Intercept all console output
5151
- **Network Monitoring** - Track HTTP requests
5252
- **Error Tracking** - Automatic JavaScript error capture
5353

54-
### Dashboard
54+
### 📊 Dashboard
5555
- **Session Replay** - Watch user sessions like a video
5656
- **Real-time Analytics** - Live metrics and statistics
5757
- **Network Inspector** - Detailed HTTP request analysis
5858
- **Console Viewer** - Filter and search log entries
5959
- **API Simulator** - Request testing tool
6060

61-
### Backend
61+
### Backend
6262
- **RESTful API** - Robust API with NestJS
6363
- **MongoDB Storage** - Flexible data storage
6464
- **Pagination** - Handle large datasets efficiently
6565
- **Global Stats** - Statistics across all sessions
6666

6767
---
6868

69-
## Demo
69+
## 🎬 Demo
7070

7171
<p align="center">
7272
<img src="docs/screenshots/dashboard.gif" alt="Dashboard Preview" width="100%">
7373
</p>
7474

7575
---
7676

77-
## Installation
77+
## 🚀 Installation
7878

7979
### Requirements
8080

@@ -180,7 +180,7 @@ curl http://localhost:3001/health
180180

181181
---
182182

183-
## Usage
183+
## 💻 Usage
184184

185185
### Development
186186

@@ -226,7 +226,7 @@ tracker.stop();
226226

227227
---
228228

229-
## Architecture
229+
## 🏗️ Architecture
230230

231231
```
232232
tracker-hub/
@@ -272,7 +272,7 @@ tracker-hub/
272272

273273
---
274274

275-
## Configuration
275+
## ⚙️ Configuration
276276

277277
### Environment Variables
278278

@@ -319,7 +319,7 @@ docker run -d --name mongodb -p 27017:27017 mongo:7
319319

320320
---
321321

322-
## API Reference
322+
## 📚 API Reference
323323

324324
### Sessions
325325

@@ -334,7 +334,7 @@ docker run -d --name mongodb -p 27017:27017 mongo:7
334334

335335
---
336336

337-
## Contributing
337+
## 🤝 Contributing
338338

339339
Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details.
340340

@@ -346,13 +346,13 @@ Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for de
346346

347347
---
348348

349-
## License
349+
## 📄 License
350350

351351
This project is licensed under the [MIT License](LICENSE).
352352

353353
---
354354

355-
## Acknowledgments
355+
## 🙏 Acknowledgments
356356

357357
- [rrweb](https://github.com/rrweb-io/rrweb) - Session replay technology
358358
- [NestJS](https://nestjs.com/) - Backend framework
@@ -362,5 +362,5 @@ This project is licensed under the [MIT License](LICENSE).
362362
---
363363

364364
<p align="center">
365-
Made with in Turkey
365+
Made with ❤️ in Turkey
366366
</p>

0 commit comments

Comments
 (0)