Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

productabot/productabot-expo

Repository files navigation

logo productabot

An open-source and minimalist project management tool.

License Dependencies Docs Build Status Size

Our mission

We're creating an open-source and minimalist project management tool.

I tried looking for a better way to manage the time I put into my own projects outside of work. It's hard holding yourself accountable, and the current productivity software offerings aren't well suited for solo users.

  • Basecamp is expensive
  • Airtable is way too modular
  • JIRA is convoluted
  • Google Workspace doesn't have a project-management framework

So, instead of bouncing between Basecamp, JIRA, Airtable, and Google Workspace, I took matters into my own hands and began making a better productivity app.

Quick overview of our stack

Currently, we're using React Native via Expo on the frontend (which deploys to web, iOS, and Android), and NodeJS, GraphQL, and PostgreSQL served through AWS resources on the backend.

Get up and running!

We use Expo to develop our app. It creates React Native builds which run on iOS, Android, and the web.

To install the Expo CLI:

npm install --global expo-cli

After installing the Expo CLI and cloning the repository locally, you can run the following in the project root:

yarn install
expo start -w

Want to contribute?

Shoot an email to [email protected]

License

productabot is licensed under the GNU Affero General Public License v3.0