Giter Site home page Giter Site logo

jfluhler / act Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joe307bad/act

0.0 0.0 0.0 33.96 MB

Offline-first web and mobile app for goal setting, achievement tracking, and getting things done

JavaScript 2.39% Ruby 0.45% Objective-C 0.11% Java 2.59% TypeScript 92.93% Objective-C++ 0.41% HTML 0.10% ReScript 1.02%

act's Introduction

The Act App

General purpose, offline first web and mobile applications for goal setting, achievement tracking, and getting things done. Reimagining of Points

Technical overview

This repository is an exploratory exercise and case study of three concepts: offline first mobile applications, code sharing via monorepos (using Nx), and microservices. The foremost technical goals of The Act App are to investigate these concepts, determine best practices, and apply them to a real-world idea.

Applications, libraries, and architecture

/apps/api

  • This application is the layer between web/mobile and the CouchDB instance. In adherence with the offline first ideology, the primary responsibility of this application is to sync data between clients and the CouchDB instance.
  • Primary tools

/apps/mobile

/apps/web

  • This application is (currently) an administration portal to view tabular data affected by the client. Determining cross cutting concerns between mobile and web facilitates the discovery of code-sharing best practices.
  • Primary tools

/libs/data/core

  • This library brings the entirety of data/schema construction and maintenance to the frontend. The api application simply takes what this library constructs and organizes it as documents in CouchDB. This project also contains utilites for getting and observing data as it moves through the web and mobile applications.
  • Primary tools

/libs/data/rn & /libs/data/web

  • These two libraries handle the diverging data configurations of the web and mobile applications. Not everything can or should be shared with both applications.
  • Primary tools
    • TypeScript
  • Mobile tools

docker-compose.yml

  • This file is for managing the required services to run The Act App.
  • Services

act's People

Contributors

joe307bad avatar jfluhler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.