Skip to content

imminh123/daily-strive-habit-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Strive - A user friendly mobile app for habit-building

App screenshots showcase

Daily Strive is a free habit-building mobile app, offers features for customizing tasks and staying motivated. You'll get email notifications to track your progress. Simply focus on starting, doing, and completing your habits for personal growth.

Installation:

  1. Configure the Database and SMTP services:

  2. Install Node (>= 16.0.0)

  3. Download the project dependencies:

    • Client side (packages -> client):
      npm install
      
    • Server side (packages -> server):
      npm install
      
  4. Configure env files and add variables:

    • Client side (packages -> client):
      cp .env.example .env
      
    • Server side (packages -> server):
      cp .env.example .env
      

    Fill the variables under “# daily-strive setup env variables”

  5. Run the application:

    • Concurrently:
      npm run start-all
      
    • Separately:
      • Client side (packages -> client):
        npm start
        
      • Server side (packages -> server):
        npm start
        

About

A user-friendly mobile app for habit-building

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published