This is a simple notes app built using React Native and Async Storage to store notes locally. The app allows users to add, edit, and delete notes, as well as view them in a list format.
To get started with the app, clone the repository and install the necessary dependencies using npm install
.
To launch the app, run npm start
from the root directory of the project. This will launch the Metro bundler and allow you to run the app on your device or simulator.
- React Native
- Async Storage
- Adding authentication to allow users to securely store their notes
- Adding cloud syncing to allow users to access their notes across devices
This project is licensed under the MIT License.