From 5d2d00b84df6f2fa0ecc3e1cb3ec2a3a161d77a7 Mon Sep 17 00:00:00 2001 From: rossdrew Date: Thu, 11 Apr 2024 16:08:49 +0100 Subject: [PATCH] Formatting --- journal-ui/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/journal-ui/README.md b/journal-ui/README.md index 23828a3..7d09ddc 100644 --- a/journal-ui/README.md +++ b/journal-ui/README.md @@ -2,9 +2,11 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + + It follows what I believe is a pretty standard React app layout. - [App](src/App.js) is the entry point - - [BufferedJournalEntries](src/components/bufferedJournalEntries.js) (a buffering version of [JournalEntries](src/components/journalEntries.js) + - [BufferedJournalEntries](src/components/bufferedJournalEntries.js) (a buffering version of [JournalEntries](src/components/journalEntries.js)) - [HeaderControl](src/components/headerControl.js) containing the entry filtering components and some versioning text - A listing of 0 or more [JournalEntry](src/components/headerControl.js) - [FootControl](src/components/footControl.js) containing the entry creation components