Tabbed is a React Native powered app meant for storing and syncing your bookmarks across your browsers. I built this with the purpose of not having to tie my bookmarks up with a browser, since I tend to switch between Chrome, Firefox and Safari quite often.
I plan on having the app for mobile browsing, and a browser extension/companion so you don't have to export/import everytime you swap between a browser. It will simply just be installing the addon.
I would love contributions! Right now I'm mainly looking for help with stuff in the TODO list below. Mainly the UI stuff.
When commiting, please try your best to use this format for your commit messages.
- Dark mode
- Searching / Sorting
- Check if we're following Apple's guidelines
- Sync bookmarks
- Browser extensions
- Backend
- Ability to add bookmark
- implement categories/folders
- Search for bookmarks (currently implemented, though this issue is a problem.)
- Settings
- Onboarding
- Upgrade to Typescript?
- 100% styled components (close)
- Using Realm for storage
- react-native-touch-id for biometrics (unlocking via FaceID/TouchID)
- Using Pose for animations
- React Navigation for navigation/tab bar
- Using Formik for forms