Skip to content

Commit 6f21274

Browse files
committed
2 parents 8757294 + 9f81449 commit 6f21274

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Notes App
2+
3+
This is a simple notes app built using React Native and using Async Storage to store the notes locally. The app allows users to add, edit, and delete notes, as well as view them in a list format.
4+
Getting Started
5+
6+
To get started with the app, clone the repo and install the necessary dependencies using npm install.
7+
Usage
8+
9+
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.
10+
Technologies Used
11+
12+
React Native
13+
Async Storage
14+
15+
Future Improvements
16+
17+
Adding authentication to allow users to securely store their notes
18+
Adding cloud syncing to allow users to access their notes across devices
19+
20+
License
21+
22+
This project is licensed under the MIT License

0 commit comments

Comments
 (0)