Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kodervine/zenvira
- Owner: kodervine
- Created: 2023-06-24T12:51:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T18:28:01.000Z (over 1 year ago)
- Last Synced: 2023-08-19T18:44:44.941Z (over 1 year ago)
- Topics: nextjs, react, react-hook-form, shadcn-ui, tailwindcss, typescript, zod, zustand
- Language: TypeScript
- Homepage: https://zenvira.vercel.app
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.