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

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.

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