Journal Access is an app designed for those who keep a digital journal of their life. It's easy to use and contains a variety of options for organizing your journal to make it easier to access.
Insert your Radar mapping platform API key in api.tsx. If no valid key is given, location previews in the location modal will not work.
This is the frontend portion of Journal Access. To compile the frontend, run npm run build. Then, in the build directory, copy index.html to src/main/resources/index.html in the backend. Then, copy build/static to src/main/resources/static in the backend.