Skip to content

Commit bc11069

Browse files
authored
Update README.md
1 parent edbf5a7 commit bc11069

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# React Native Expo Demo
22

3-
React Native Expo app showcasing SQLite integration, database migrations, and web support with AsyncStorage and IndexedDB.
4-
Includes integration tests and a multi-platform demo (Android & web).
3+
A React Native Expo app showcasing:
4+
- SQLite integration
5+
- Database migrations
6+
- Web support with SQL.js and IndexedDB
7+
- Integration tests
8+
- Database import and export
9+
- Multi-platform demo (Android & Web)
10+
11+
This app is a companion to my blog and YouTube tutorials. Each chapter follows a lecture, and I update this README.md as I release new content.
12+
If you have [suggestions](https://github.com/amarjanica/react-native-sqlite-expo-demo/discussions), let me know.
13+
514

615
# Chapters
716
## 1. Database migrations and integration testing

0 commit comments

Comments
 (0)