Skip to content

Commit 43c817c

Browse files
authored
Add Author Section
1 parent 92c2680 commit 43c817c

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sleep Detector
1+
# Sleep Detector 😴
22

33
A React Native Expo app that automatically tracks your sleep patterns based on phone usage.
44

@@ -378,6 +378,20 @@ eas build:list
378378
eas submit --platform ios --profile production --verbose
379379
```
380380

381+
382+
## Who Created This Awesome Script?
383+
384+
[![Pierre-Henry Soria](https://s.gravatar.com/avatar/a210fe61253c43c869d71eaed0e90149?s=200)](https://PH7.me "Pierre-Henry Soria’s personal website")
385+
386+
**Pierre-Henry Soria** — a **super passionate engineer** who loves automating content creation efficiently!
387+
Enthusiast of YouTube, AI, learning, and—of course—writing!
388+
Find me at [pH7.me](https://ph7.me)
389+
390+
Enjoying this project? **[Buy me a coffee](https://ko-fi.com/phenry)** (spoiler: I love almond extra-hot flat white coffees).
391+
392+
[![@phenrysay][twitter-icon]](https://x.com/phenrysay "Follow Me on X") [![YouTube Tech Videos][youtube-icon]](https://www.youtube.com/@pH7Programming "My YouTube Tech Channel") [![pH-7][github-icon]](https://github.com/pH-7 "Follow Me on GitHub")
393+
394+
381395
## Privacy
382396

383397
Your sleep data is stored locally on your device. The app does not send your data to any servers unless you explicitly use the export feature to share it.
@@ -390,4 +404,10 @@ This project is licensed under the MIT License - see the LICENSE file for detail
390404

391405
- Built with React Native and Expo
392406
- Uses AsyncStorage for data persistence
393-
- Charts powered by react-native-chart-kit
407+
- Charts powered by react-native-chart-kit
408+
409+
410+
<!-- GitHub's Markdown reference links -->
411+
[twitter-icon]: https://img.shields.io/badge/x-000000?style=for-the-badge&logo=x
412+
[github-icon]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white
413+
[youtube-icon]: https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white

0 commit comments

Comments
 (0)