fac-13 / EDDIE

A simple web-app that gives info to men with ED
https://eddie-webapp.netlify.com
MIT License
0 stars 0 forks source link
babel codecov jest react-router reactjs scss styled-components travis-ci

EDDIE

codecov

Sexual Well-being for men with ED

General Information

At any point in time 30-40% of men report experiencing some form of sexual health difficulty that impacts on their emotional, physical and relational wellbeing. One most common sexual health problem is erectile difficulties (ED).

On the other hand, there is very limited information about basic physiology and understanding of our bodies in sex, which has a major impact on how far people will go to avoid or hide such issues from their partners and others.

The application aims to introduce helpful information regarding the sexual well-being of men with ED.

Design Sprint

After a one day Design Thinking workshop with our client and Product Owner, we decided to create EDDIE; an informative web based app for men with ED. The application aims to help men understand the underlying causes of ED, navigate through some user stories and find relevant resources quickly, instead of going via the NHS patient route.

Aims of the project:

Prototype

An initial prototype was created for user testing, that can be accessed via this link: Prototype v.1

And an updated version of the prototype, based on corrections and user feedback : Prototype v.2

Target User

Edmund wants to enjoy sex but has been experiencing erectile difficulties recently and finds it difficult to discuss this issue with partner. Instead of waiting to be seen by a healthcare specialist, he wishes to find some basic information about this situation online and some simple steps he can take to tackle the issue.

User Journey

Content

STORIES

  1. Daniel - married 25 years, has 1 child,
  2. Jorge - 22 years old,
  3. Martin - 32 years old,
  4. Peter - 19 years old,
  5. Mohamed - 36 years old, 9 years married,
  6. Ralph - 44 years old

THEORY

CAUSES

  1. Physical
  2. Psychological
  3. Relational
Steps you can take
  1. Cultivate your curiosity
  2. Cultivate openness
  3. Cultivate communication

MECHANISM

  1. Appetitive state
  2. Aversive state

MYTHS

RESOURCES

  1. Male Mindful Self Practice
  2. Kegel exercises for men
  3. Sensate focus

Tech Stack

How to run/setup local environment

$ git clone https://github.com/fac-13/EDDIE.git

To build and run the server:

$ npm i
$ npm run start

Testing

$ cd client
$ npm run test