assets/moods-journal/demo.png

Title Details
Role Full-Stack Developer
Tools Javascript, HTML, CSS, Heroku, Pinterest, Photoshop, Illustrator, Figma
Length 2 weeks
Project Emotional input collage mobile app.
Features Manipulating of images in terms of size, scale, rotation. Uploading images/ Camera capture from phone. Changing fonts for texts.

Demo

Play

Research

I did research on ProjectLife and PicCollage. Some of the pros and cons I learned from playing with them are as below:

  1. You can search image on the web and input it to the canvas
  2. They have grid system where you can put images to the chosen grid
  3. Adaptable size for different social media platforms to share
  4. Customizable in terms of color, patterns

UI

I created the UI interaction on Figma.

https://github.com/YitingLiu97/moods/raw/master/assets/MoodsDiaryUI.png

Elements

This will be the study for materials and textures as a collection for my research on my phone.

  • Mood/Material Diary for myself to keep track of.
  • If I can make it public then you would create your own login and store that on the database?
  • Be able to share with friends or other platforms to store them
  • A quick tool to store your thoughts and view them
  • One page per day
  • Camera input
  • Able to erase certain parts - mask the shape
  • Swipe to set the date and time and create (Inspo: Card Diary - iOS App)

    Pinterest Material Moodboard

https://github.com/YitingLiu97/moods/raw/master/assets/pinterestInspo.png

Steps of creation

  1. make things in photoshop - constrains of how you make the thing
  2. build the make and save part of the interface
  3. ability to view all and save

recommended by Max Bittker

What is your app for?

Collecting interesting materials related to moods for my thesis. My thesis is about translating feeling of being trapped and suffocation through objects or experiences.

How do users add images/text?

Users can upload their images or capture with their camera in the app and edit the texts

How do they remove them?

I will create a trash icon where they can move the item and delete it

What are the constraints?

They are limited to the canvas of their phone since they can not scroll in the canvas.

Features

  • Manipulating of images in terms of size, scale, rotation
  • Uploading images/ Camera capture from phone
  • Changing fonts for texts

https://github.com/YitingLiu97/moods/raw/master/assets/fonts.png

  • minimalistic UI design [Inspiration: Sanity Sketching kit]
  • Trash individual element upon click
  • Savable HTML as an image using html2canvas
  • Full stack development

Lessons Learned

  • Save the uploaded image to the canvas through html2canvas. It has to do with AllowTaint and useCORS. For more details, see here.

  • The problem of having the collections of posts showing up. Turns out I need to replace the script in package.json as below:

       "scripts": {
          "start": "node server.js"
        }
    
  • From user testing, they wanted to have notification of the image being saved as well as seeing what they created in the collections section. So I incorporated the time code to make sure images are displayed in reverse-chronological order. I also added the image saved notification and reorienting them to the collection page once they hit the save button.

    assets/moods-journal/timecode.png

Tutorials

  1. Possible saving text to canvas
  2. Npm library to save html to canvas
  3. For smoother touch
  4. Merging dev to master in Github

Tutorials for setting up a server

I have to set up a server since I hosted this on Heroku before and I was told Heroku will occasionally delete stored files.

  1. Setting up a virtual host on digital ocean. Use passwd rather than ssh for easier access.
  2. Make sure the code works and then git clone your repo to your server
  3. Make sure server port is 8080. User forever to keep the server running.
  4. GoDaddy setting up DNS to replace the virtual IP host name. Go to My Domains > Domain Settings > DNS. Under Records, add Type A following below.

    https://github.com/YitingLiu97/moods/raw/master/assets/godaddyDNS.png

Next Steps

  1. Potential background music
  2. Sharable to social media with friends
  3. Allow users to draw on top
  4. Background removability for uploaded images

Progress

For detailed progress, please see my github.