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

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!

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

![Screenshot 1](/public/docs/ss1.png)

![Screenshot 2](/public/docs/ss2.png)

![Screenshot 3](/public/docs/ss3.png)

## 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`