https://github.com/probablyarth/organiez
EZily organize events and distribute tasks among your peers for the same.
https://github.com/probablyarth/organiez
Last synced: about 1 year ago
JSON representation
EZily organize events and distribute tasks among your peers for the same.
- Host: GitHub
- URL: https://github.com/probablyarth/organiez
- Owner: probablyArth
- Created: 2023-03-25T08:58:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T04:10:58.000Z (over 2 years ago)
- Last Synced: 2025-02-10T01:43:33.210Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://organiez.vercel.app
- Size: 333 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Organiez
EZily organize events and distribute tasks among your peers for the same.
devpost submission - https://devpost.com/software/organiez
demo video - [youtube](https://www.youtube.com/watch?v=iwR7CdpVeAI)
## Tech stack used
- typescript
- Next
- firebase
- tailwind
- mantine
## Developing locally
```bash
# install the dependencies
yarn
# add .env file and populate it with appropriate variables
cp .env.example .env
# run the local server
yarn dev
```