An application to get me into the habit of journaling my code, and reflect on my learning.
This is a three repository project, the other two are:
- Journal REST API - an API to manage operations with the database
- Journal Admin - where I create, update, and set posts to be published
- Utilize React with TypeScript
- Implement client side routing with React Router
- Parse markdown with React Markdown
- Get raw HTML to parse via Rehype Raw
- Get syntax highlighting via React Syntax Highlighter
- Use Tailwind for styling
- Favicon from google fonts
- Boilerplate respository for setting up routing with GitHub Pages from Rafael Pedicini