organiez

EZily organize events and distribute tasks among your peers for the same.

Stars
1

Organiez

EZily organize events and distribute tasks among your peers for the same.

devpost submission - https://devpost.com/software/organiez

demo video - youtube

Tech stack used

  • typescript
  • Next
  • firebase
  • tailwind
  • mantine

Developing locally

# install the dependencies
yarn

# add .env file and populate it with appropriate variables
cp .env.example .env

# run the local server
yarn dev