From 282a6af67b7ab8cce02f9c1e517008fbd775cf93 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Wed, 1 Jul 2026 20:41:10 +0530 Subject: Added React Router sample app --- react/07-react-router/dev/db.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 react/07-react-router/dev/db.json (limited to 'react/07-react-router/dev') diff --git a/react/07-react-router/dev/db.json b/react/07-react-router/dev/db.json new file mode 100644 index 0000000..2ca4f6e --- /dev/null +++ b/react/07-react-router/dev/db.json @@ -0,0 +1,9 @@ +{ + "posts": [ + { "id": "1", "title": "Getting Started with JSON Server", "author": "John Doe" }, + { "id": "2", "title": "Vue and React Prototyping", "author": "Jane Smith" } + ], + "comments": [ + { "id": "1", "text": "Great tool!", "postId": "1" } + ] +} \ No newline at end of file -- cgit v1.2.3