Unwind is an application made to help users create a nightly ritual to complete every night before bed. Users will input their mood for the day, and are not able to go back before the current date to edit previous dates. This app utilizes Swift and Firebase to save users' input and display it back on a calendar. We will be using Cocoapods to access Firebase and other Swift libraries.
User Sign Up
User can input daily self care goals
User submits a daily mood, checks off daily self care goals, and can free write
- Once submitted, user cannot access the app's functionality again until the next day in order to encourage time away from your phone
- Fork the repo to your github
- Clone on your local computer
- enter 'pod install' into your local machine to initialize cocoapods
- Open the project into Xcode and hit 'command R' to run and build the program