Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redpangilinan/iotawise
Track your daily habits, activity streaks, and progress with little effort.
https://github.com/redpangilinan/iotawise
habit-tracking next-14 next-app-router next-appdir next14 nextauth nextjs nextjs14 prisma react shadcn-ui tailwindcss typescript
Last synced: 3 days ago
JSON representation
Track your daily habits, activity streaks, and progress with little effort.
- Host: GitHub
- URL: https://github.com/redpangilinan/iotawise
- Owner: redpangilinan
- License: mit
- Created: 2023-08-05T17:29:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T07:01:52.000Z (5 months ago)
- Last Synced: 2025-01-22T18:01:40.866Z (10 days ago)
- Topics: habit-tracking, next-14, next-app-router, next-appdir, next14, nextauth, nextjs, nextjs14, prisma, react, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://iotawise.rdev.pro
- Size: 1.36 MB
- Stars: 238
- Watchers: 2
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](/public/og.jpg)
## Features
- User-friendly Interface
- Habit/Activity Tracking
- Activity Streak Monitoring
- Dashboard Analytics
- Google Authentication
- Web Push Notifications (coming soon)
- Cross-platform Support (PWA)## Stack
- [Next.js](https://nextjs.org) `/app` dir
- [TypeScript](https://www.typescriptlang.org)
- [Tailwind CSS](https://tailwindcss.com)
- [shadcn/ui](https://ui.shadcn.com) Components
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://www.prisma.io) ORM
- [Zod](https://zod.dev) Validations
- [Neon](https://neon.tech/) Database (PostgreSQL)## Running Locally
1. Clone the repository.
```bash
pnpm dlx degit redpangilinan/iotawise
```2. Install dependencies using pnpm.
```bash
pnpm install
```3. Copy `env.example` to `env.local` and update the variables.
```bash
cp .env.example .env.local
```4. Generate prisma client before starting development server.
```bash
pnpm postinstall
```5. Start the development server.
```bash
pnpm dev
```## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.