An AI-powered journaling web application built with React and the Hume API the that guides users through reflective daily prompts.
The assistant builds continuity across entries, tracks mood trends, and summarizes key takeaways for personal growth.
https://journal-2-11om.onrender.com
This repository contains:
- Source code for the functional web application.
- Required project files and dependencies.
- A working prototype of the journaling assistant.
Before running make sure to add the necessary .env variables.
Run locally:
# Install dependencies
npm install
# Start web app
npm start
# Start Server node index.js
node index.jsWatch walkthrough of the project here: 👉 AI Journaling App – Project Demo.