https://github.com/harenabs21/first-note-app
a basic note application made with react native
https://github.com/harenabs21/first-note-app
async-storage nativewind react-native zustand
Last synced: 28 days ago
JSON representation
a basic note application made with react native
- Host: GitHub
- URL: https://github.com/harenabs21/first-note-app
- Owner: Harenabs21
- Created: 2024-12-12T18:06:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T14:38:21.000Z (over 1 year ago)
- Last Synced: 2025-01-14T16:04:33.381Z (over 1 year ago)
- Topics: async-storage, nativewind, react-native, zustand
- Language: TypeScript
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Application
This application is a basic note-taking app built with React Native, utilizing a variety of tools and libraries for styling, data persistence, and state management.
## Functionality
The app offers the following functionality:
- View list of all notes: Display a list of all notes for easy navigation and access.
- Note screen: A dedicated screen for creating, editing, and viewing individual notes.
- CRUD operations: Perform Create, Read, Update, and Delete (CRUD) operations on notes.
## Technology Stack
The following technologies and libraries were used to build this application:
- React Native: A popular framework for building cross-platform mobile applications using JavaScript and React.
- NativeWind: A utility for using Tailwind CSS in React Native applications, providing a simple and consistent styling approach.
- AsyncStorage: A lightweight library for storing data on the user's device, ensuring data persistence between sessions.
- Zustand: A small and flexible state management library, making it easy to manage and share application state.