https://github.com/arman2409/noteshot
Note taking app with React Native
https://github.com/arman2409/noteshot
Last synced: 3 months ago
JSON representation
Note taking app with React Native
- Host: GitHub
- URL: https://github.com/arman2409/noteshot
- Owner: Arman2409
- Created: 2023-08-26T15:11:51.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-22T14:12:59.000Z (over 1 year ago)
- Last Synced: 2024-12-22T01:40:10.422Z (5 months ago)
- Language: TypeScript
- Size: 6.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteShot
React Native application for taking notes
Here are the main folders in the project
* /globals some features used by different components globally are stored here
* /assets different images and other assets are stored here
* /screens this is the folder where the main code and components are stored
* /styles some styles used by different components globally are stored here
* /types all declared types in the project are stored here