Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.09 KB

Mindful Software Code Challenge

Description

This repo is for the code challenge to work for Mindful Software.

Your task is to fork this repo and develop an expo application. This application will be a journal for the user. You are free to use any dependencies you want.

The requirements are:

  • Create basic authentication
  • Allow the user to create journal entries tied to their user account. Persist the data in any way you choose.
  • Use an LLM of your choice to analyze the journal entries and add mood metadata to each entry. This needs to be conveyed instantly to the user for easy digestion.
  • Add filtering and organization to the journal list so it can be organized and filtered by base mood. (i.e. happiness level, fear level, etc.)

Results

You work will be scored based on several categories:

  • Does it meet the requirements?
  • Code Organization and quality
  • Bugs Present
  • UI/UX
  • Code Process
  • LLM Integration and prompting methods
  • Time to completion

When work is completed contact @Full-lifey with a link to the forked repo

Working on App...