Skip to content

Habit tracker desktop app made with Tauri and Next.js

Notifications You must be signed in to change notification settings

dejmedus/tauri-habit-tracker

Repository files navigation

🌸 Habit Tracker

A simple habit tracker desktop app made with Tauri utilizing local storage.

  • Schedule habits to complete
  • Track streaks
  • Edit habits

Built with

  • Tauri an OS-agnostic app construction toolkit
  • Next.js full-stack React framework
  • TypeScript a strongly typed programming language that builds on JavaScript

Assets

App icon by Icons8

Screenshots

habits view modal darkmode

Setup

  1. Clone the repo
git clone https://github.com/dejmedus/tauri-habit-tracker.git
  1. Using the terminal, move into your local copy
cd tauri-habit-tracker
  1. Optionally install Tauri recommended IDE environment

  2. Install dependencies

npm i
  1. Run the app
npm run tauri dev
  1. Build
CI=true npm run tauri build