Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kodervine/zenvira

Zenvira is your personal development tool that empowers you to set goals, track habits, journal your thoughts, perform daily check-ins, create inspiring vision boards, monitor your progress, maintain gratitude lists, and compose future letters.
https://github.com/kodervine/zenvira

nextjs react react-hook-form shadcn-ui tailwindcss typescript zod zustand

Last synced: about 7 hours ago
JSON representation

Zenvira is your personal development tool that empowers you to set goals, track habits, journal your thoughts, perform daily check-ins, create inspiring vision boards, monitor your progress, maintain gratitude lists, and compose future letters.

Awesome Lists containing this project

README

        

# In progress

[Link to demo]("https://zenvira.vercel.app")

## Getting Started

First, clone the main branch

`git clone https://github.com/zenvira`

Cd into the main branch
`cd `

Then run this command -

```bash
npm install
#or
yarn add
```

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

The frontend should be running on [http://localhost:3000](http://localhost:3000) with your browser to see the result.