/timelingapp

Primary LanguageJavaScript

This app was developed in React Native and TailwindCSS.

Snapshot 1 Snapshot 2

Filesystem structure

src/components/app -- app specific components (header, footer, etc)
              /*   -- "pure" components (inputs, buttons, etc)
   /layouts        -- layouts
   /libs           -- libraries
   /pages          -- pages
   /providers      -- functions to connect to async resources (APIs, etc)
   /store          -- Redux store
   App.js          -- Application

Test the app

This app was tested on iOS 15.4

# install libraries
yarn

# run on a iOS simulator
yarn ios