Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdrew committed Apr 11, 2024
1 parent bf63aa4 commit 5d2d00b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion journal-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d2d00b

Please sign in to comment.