https://github.com/haikelz/agendain
Manage your agenda with Agendain!
https://github.com/haikelz/agendain
Last synced: 7 months ago
JSON representation
Manage your agenda with Agendain!
- Host: GitHub
- URL: https://github.com/haikelz/agendain
- Owner: haikelz
- Created: 2022-07-29T21:30:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T01:21:56.000Z (over 2 years ago)
- Last Synced: 2025-01-26T13:29:51.289Z (9 months ago)
- Language: TypeScript
- Homepage: https://agendain.pages.dev
- Size: 515 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Agendain
Manage your agenda with Agendain!
## Tech Stack
- React JS
- Vite
- Typescript
- Tailwind CSS with Flowbite as UI components
- Clerk for managing Authentication
- Wouter for routing
- Zustand
## Screenshots



## Getting Started
- Clone this repo
- Go to https://clerk.com , and get your `clerk` key.
- Go to the project folder, and install all dependencies using your favorite package manager. I'm using pnpm, so i can type `pnpm install`. Btw if you use other package manager, don't forget to delete `pnpm-lock.yaml` file.
- After all dependencies installed, type `pnpm run dev` and see the result in `http://localhost:3000`