Application
Redfish application is the simple clone of Google Keep. We customized the default Create React App starter to support Linaria – the CSS in JS library with zero runtime.
The App.js component is a good point to start creating own app. Create something instead of a standart NotesWrapper component, which is the most important part of current application. Leave the Logout as it is. There is also an unused Profile component. Customize it if you need a profile page with custom setups.