Skip to content

My notes app using react native framework and storing the notes on firebase database and retrieving when required.

Notifications You must be signed in to change notification settings

abhijeet007rocks8/MyNotes-App-using-Reat-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyNotes app

Tech Stack: React Native and Firebase

This Project helps test the React Native basicx and connection to Firebase database and its usage.

React Native is a JavaScript Library that helps us to generate mobile applications for two major mobile OS namely Android and iOS. Unlike the orthodox methods in which we had to develop same app for both the OS separately, React ANtive generates a cross-platform application.

Issue-:

The idea behind the App is that most of the Notes Apps out there store the notes int he System Memory, and it is very much likely when we uninstall the app or some memory issue occurs all the data is lost. Another issue is the data only resides in the phone memory so the data is not accessible on other devices and if the device crashes or you forget the device, you cannot access data from other device.

Solution-:

MyNotes App on the other hand is just a UI to display and store the app and the notes are saved remotely so they are not only safe from device errors but also the notes can be created or accessed from any device as long the person has login credentials(ID and password).

The App is still in improvement phase and so feel free to give ideas or add features in it.

Some schots of the app-

About

My notes app using react native framework and storing the notes on firebase database and retrieving when required.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published