Coder Social home page Coder Social logo

hittujs / tamotam-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tamotam-com/tamotam-app

0.0 0.0 0.0 2.1 MB

๐Ÿค™ TamoTam. HangOut. Offline.

Home Page: https://tamotam.com

License: MIT License

JavaScript 0.63% Ruby 1.18% C 0.07% Objective-C 2.73% Java 5.72% TypeScript 88.34% Swift 0.07% Starlark 1.26%

tamotam-app's Introduction

๐Ÿค™ TamoTam. HangOut. Offline.

TamoTam in Apple App Store TamoTam in Google Play Store

Go Online to be Offline.

~~ Please Read ~~

The application is in an early stage of development, the so-called "Early Alpha". It's relatively stable, but some features might not work, and we kindly ask you not to review it poorly for that reason. We release it to get feedback if there's a need for such an application.

List of known issues:

  • Long loading time during initial load, especially for non-US based users,
  • Uploaded Images aren't displayed after reloading the application,
  • Sometimes, users-added (white Markers) aren't loaded,
  • Edited events aren't reflected on the Map,
  • Not an issue, but we might need to be more explicit about it: date & time are aligned per your localization.

The remaining list of improvements can be found on https://github.com/tamotam-com/tamotam-app/issues. That's an Open Source project; feel free to contribute.

~~ Normal Description ~~

TamoTam aims to limit online time spent on applications. In our Proof of Concept (PoC), we showcase a list of offline events happening around and allow users to add them by themselves without any registration.

Eventually, we want to keep the user as little time as possible in TamoTam in favor of spending time outside the screen. The application aims to be minimalistic and exclude features such as:

  • Feed, which addicts users to stay outside the real world,
  • Likes, we advise you to watch The Social Dilemma to understand why,
  • Comments, #StopHate,
  • Share, #StopFakeNews,
  • Other complicated Algorithms unconsciously affect you to stay online.

That's because we believe Social Media affects us mentally, such as Anxiety, Depression, Fear Of Missing Out (FOMO), Fear of Speaking Up, Isolation, and more.

It will take time before the application will be performant and user-friendly, but in early 2023 we expect Late Alpha / Early Beta. Thanks in advance for understanding while reviewing TamoTam.

Look what's happening around you in a Real. Offline. Social Life.

Launch

Android Simulator

  1. Run on Android Studio
  2. yarn start
  3. adb reverse tcp:8081 tcp:8081

Alternatively, expo run:android --variant release, for production version.

Kill Android Simulator

adb -s emulator-5554 emu kill, where emulator-5554 is the emulator name.

iOS Simulator

  1. Build using Xcode, if the application isn't installed on the simulator
  2. yarn start
  3. i

Alternatively, expo run:ios --configuration Release, for production version.

Release

  1. eas build -p android
  2. eas build -p ios

Architecture

We're using Redux, but the easiest to understand the architecture is the image below with Flux architecture, which in fact is really similar. However, it's important to note we're using 1 store, like in Redux architecture.

Data Flow Architecture image Image source: https://www.freecodecamp.org/news/an-introduction-to-the-flux-architectural-pattern-674ea74775c9/

External API's, like Ticketmaster, provide +/- 10k of external events. The TamoTam's client is fetching also events added by the user, from Firebase. After all events will be fetched, those are being cached locally, using AsyncStorage. After events are being cached locally on a device, the user can save their favourite events. Those saved events are also saved locally on a device. Those are saved using SQLite. In addition to that, users can add their own events, and those are saved in Firebase.

Application Architecture image Made using: https://app.diagrams.net

Contact

contact[at]tamotam[dot]com

tamotam-app's People

Contributors

danieldanielecki 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.