All Projects β†’ manikandanraji β†’ Remember

manikandanraji / Remember

Capture, Edit and Save

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Remember

Expo Native Firebase
πŸ”₯ Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (-6.64%)
Mutual labels:  firebase
Firebase Esp32
ESP32 Firebase RTDB Arduino Library
Stars: ✭ 204 (-3.32%)
Mutual labels:  firebase
Fireadmin
Application for Managing Firebase Applications. Includes support for multiple environments and data migrations
Stars: ✭ 207 (-1.9%)
Mutual labels:  firebase
Godotfirebase
FireBase for godot
Stars: ✭ 199 (-5.69%)
Mutual labels:  firebase
Angular Firebase Crud
Angular CRUD with Firebase using cloud firestore as a database, angular material and Bootstrap 4. Step by Step tutorial and working angular 7 example app.
Stars: ✭ 202 (-4.27%)
Mutual labels:  firebase
Firefly
Web app boilerplate for beginners based on Firebase and React πŸ”₯
Stars: ✭ 204 (-3.32%)
Mutual labels:  firebase
Json Schema Editor
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
Stars: ✭ 194 (-8.06%)
Mutual labels:  firebase
Angularfire2 Offline
πŸ”Œ A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
Stars: ✭ 209 (-0.95%)
Mutual labels:  firebase
Chat21 Android Sdk
Android Chat SDK built on Firebase
Stars: ✭ 204 (-3.32%)
Mutual labels:  firebase
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (-1.9%)
Mutual labels:  firebase
Expo Firebase Starter
πŸ”₯βš›οΈπŸ“± Expo + Firebase Starter Kit
Stars: ✭ 199 (-5.69%)
Mutual labels:  firebase
Nodejs Auth
Implementation of node.js authentication with social login ✌️, user impersonation πŸ’…, and no passport.js required πŸ’
Stars: ✭ 201 (-4.74%)
Mutual labels:  firebase
Refire Forum
Serverless discussion forum built with React, Redux and Firebase
Stars: ✭ 206 (-2.37%)
Mutual labels:  firebase
Tinderclone
Tinder App Clone
Stars: ✭ 196 (-7.11%)
Mutual labels:  firebase
Flatapp Firebase Flutter
Flap App with Firebase in Flutter by GeekyAnts.
Stars: ✭ 208 (-1.42%)
Mutual labels:  firebase
Next Firebase Ssr
An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps
Stars: ✭ 192 (-9%)
Mutual labels:  firebase
Firebase Admin Dotnet
Firebase Admin .NET SDK
Stars: ✭ 201 (-4.74%)
Mutual labels:  firebase
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (-1.42%)
Mutual labels:  firebase
Remember
The progressive offline Todo app
Stars: ✭ 208 (-1.42%)
Mutual labels:  firebase
Geoflutterfire
πŸ”₯GeoFlutterFireπŸ”₯ is an open-source library that allows you to store and query firestore documents based on their geographic location.
Stars: ✭ 207 (-1.9%)
Mutual labels:  firebase

Remember

Remember is an notetaking application that allows you to take notes by including text, images, videos, links, lists, checkboxes and support for code snippets, file attachments can be expected in the near future.

Remember is built with React, Redux Toolkit and Firebase. Remeber uses firestore to store the user notes and it uses Editor.js library for editing the notes.

Remember uses three pane layout to organize, edit and save your notes.

Core Dependencies

Package For
Redux Toolkit State Management
Firebase Firebase SDK
Editor.js and Plugins Editing notes

Features

  • Include text, images, videos, links, lists, checkboxes
  • Organize notes by notebooks
  • Search notes
  • Export to PDF
  • Seven different themes

Running locally

  1. You need to setup a firebase project and enable 'Authentication' and 'Cloud Firestore' support
  2. Once done, you need to setup .env file at the root of this repository
# https://api.cloudinary.com/v1_1/CLOUD_NAME/image/upload
REACT_APP_UPLOAD_IMAGE_URL=[x]

# http endpoint for previewing links (firebase cloud fuction 'functions/index.js')
REACT_APP_LINK_PREVIEW=[x]

# firebase config
REACT_APP_API_KEY=[x]
REACT_APP_AUTH_DOMAIN=[x]
REACT_APP_DATABASE_URL=[x]
REACT_APP_PROJECT_ID=[x]
REACT_APP_STORAGE_BUCKET=[x]
REACT_APP_MESSAGING_SENDER_ID=[x]
REACT_APP_APP_ID=[x]
REACT_APP_MEASUREMENT_ID=[x]
  1. Then run npm i && npm start

Chrome Extension

ravisojitra created a chrome extension which allows you to capture, edit and save your notes offline, here's the repo

Watch the Demo

Video

Screenshots

Editor (Solarized Dark)

Ediotor Solarized Dark

Editor (Gruvbox Dark)

Ediotor Solarized Light

YT Video Embed (Gruvbox)

YT Video Embed

Link Previews and Checkboxes (Nord)

Link Previes and Checkboxes

TODO

  1. Support for code snippets, quote, file attachments
  2. Export options: HTML, Markdown
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].