Skip to content

Martogramer/memopad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Memopad UI with React Native

A UI mockup for Memopad for mobile, inspired by Gmail for iOS and Android.

Features

  • Sticky header bar
  • Swipe-able list item
  • Bottom action sheet
  • Multiple theme support
  • Tablet screen support

Note: Web is not supported

Stack

Project structure

$PROJECT_ROOT
├── index.js       # Entry point
└── src
    ├── navs.tsx   # Navigation components
    ├── atoms      # Atomic components
    ├── components # UI components
    ├── screens    # Screen components
    ├── hooks      # hooks
    ├── states     # Jotai atoms
    ├── fixtures   # sample data
    └── images     # Image files

How to dev

This project can be run from the Expo client app.

yarn
yarn start

and in another terminal:

yarn run ios
# or
yarn run android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.0%
  • Java 19.5%
  • C++ 9.1%
  • Objective-C++ 5.6%
  • JavaScript 4.1%
  • Objective-C 3.0%
  • Other 3.7%