A mockup for a daily journaling web app with drawable entries. Concept prototype for a guided journaling experience — handwritten input via Apple Pencil on iPad, with entries stored and displayed on the home feed.
Live demo: https://marvelous-kelpie-866eb4.netlify.app/
- TypeScript / React — UI and component logic
- Tailwind CSS — styling
- Netlify — deployment
- REST API — basic POST routes for journal entries
git clone https://github.com/brodynelly/journaling--web-application
cd journaling--web-application
npm install
npm run devOpen http://localhost:5173 in your browser.
- The home page displays a feed of existing journal entries
- Click New Entry to create a drawable canvas entry
- Entries are posted to the API and reflected in the feed
src/
├── components/ # Reusable UI components
├── pages/ # Route-level views
├── api/ # API call helpers
└── main.tsx # App entry point
MIT

