This React application provides a user-friendly interface for interacting with the Mindful Journal backend service, empowering users to create a personalized wellness journaling experience.
Check Backend service here
-
Intuitive signup and signin flows for easy access.
-
Responsive design ensures a smooth experience across different devices.
- Dynamically displays prompts generated by the backend's LLM, encouraging thoughtful reflection.
- Provides a dedicated space for users to write their journal entries.
- Allows users to view past entries, fostering self-awareness through revisiting experiences.
Node.js and yarn installed on your system.
git clone https://github.com/srjchauhan/mindful-journal-frontend.git
yarn install
yarn start
It runs the app in the development mode. Open http://localhost:3000 to view it in the browser.