Skip to content

redpangilinan/iotawise

Repository files navigation

Iotawise

Iotawise is an open-source habit tracking app that lets you track daily habits and monitor your activity streaks and progress with little effort.

og image

Features

  • User-friendly Interface
  • Habit/Activity Tracking
  • Activity Streak Monitoring
  • Dashboard Analytics
  • Google Authentication
  • Web Push Notifications (coming soon)
  • Cross-platform Support (PWA)

Stack

Running Locally

  1. Clone the repository.
pnpm dlx degit redpangilinan/iotawise
  1. Install dependencies using pnpm.
pnpm install
  1. Copy env.example to env.local and update the variables.
cp .env.example .env.local
  1. Generate prisma client before starting development server.
pnpm postinstall
  1. Start the development server.
pnpm dev

License

This project is licensed under the MIT License - see the LICENSE file for details.