A vue application designed to help you identify and recognize your emotions

EveryThought

EveryThought is a web application designed to help you identify and recognize your emotions through daily guided prompts and journaling.

Key Features

  • Discover your emotions with our peaceful, guided prompts each day.
  • Write a simple response to be saved in your recent thoughts.
  • Prioritize your mental health by keeping track your Thoughts over time.

How does it work?

Each time you create a new thought, you start a journey through a guided prompt. First, you'll be asked a thought-provoking question with an opportunity to respond. Then, as you continue through the steps of the thought, you'll learn about the associated emotion and how it relates to your life.

Whether you choose to create a new thought each day, week, or as many times as you desire; that's up to you.

Getting Started

  1. Go to EveryThought.app to sign up.
  2. Complete your Profile.
  3. Open Start a new Thought and follow the guided prompt.

Built with/for/by

Supabase Hacktoberfest Hackathon 2021

This MVP was built in participation of hacktoberfest. Supabase is the open-source Firebase alternative. The development process was made easy by utilizing their supa-easy Javascript client. User authentication is handled by Supabase Auth. Storage is used to save user profile avatars and images used within the guided prompts. The postgres database hosts all user data and any content created by us. Users can service themselves completely within the app and handle sign up, data exporting to CSV, and account deletion.

Built with ![desert_island](https://github.githubassets.com/images/icons/emoji/unicode/1f3dd.png =20x20) in Florida, USA by Mike & Emily Roberts.

We are a husband & wife team passionate about mental health & entrepreneurship. Mike is a CTO by day & Emily has a background in psychology and counseling. Let's be friends.

Follow us on Twitter @romlytech (Mike) or on GitHub - @romlytech (Mike) and @teamromly (Emily)..


Local Installation

This app requires keys to our Supabase-powered backend which holds all of our IP which makes the app what it is, so you won't be able to do much with a local install.

# install the dependencies
npm i
# start dev server for local development
npm run dev
# build for production
npm run build
# serve production app
npm run serve

License ![balance_scale](https://github.githubassets.com/images/icons/emoji/unicode/2696.png =20x20)

Copyright (C) 2021 Mike Roberts, Emily Roberts & Romly Holdings, LLC

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

See LICENSE for more information.