Skip to content

ilramdhan/PrograteNoteApp

Repository files navigation

Simple Note App

Note App is a simple application for taking notes or memos. Users can add, edit, and delete their notes. This application is built using React Native Expo & JSX.

Don't Forget To Follow My GitHub and Give This Repo Star Thankyou :)

Features

  • Add a new note with title and description.
  • View a list of created notes.
  • Edit existing notes.
  • Delete unwanted notes.
  • Readmore for long description.
  • Persist notes using local storage (AsyncStorage).

Demo App

Installation

To run this application on your device, follow these steps:

  1. Make sure you have Node.js and React Native CLI installed on your system.
  2. Clone this repository to your local machine with the command:
    git clone [repository URL]
    
  3. Navigate to the project directory with the command:
    cd [directory name]
    
  4. Install all dependencies by running the command:
    npm install
    
  5. Run the application on your emulator or physical device with the command:
    npx react-native run-android
    
    or
    npx expo start  
    

Usage

Once the application is running, you will be greeted with the main screen displaying a list of notes you have created. You can perform the following actions:

  • Add a New Note: Tap the "Add Note" button at the bottom of the screen to create a new note.
  • View Note Details: Tap on a note you want to view to see its details.
  • Edit Note: Press the "Edit" button on a note to update its title and description.
  • Delete Note: Tap the "Delete" button to remove a note.
  • Persist Notes: Notes are saved using AsyncStorage, so they remain even after the app is closed and reopened.

Contribution

If you would like to contribute to the development of this application, please follow these steps:

  1. Fork this repository.
  2. Create a new branch with the feature you wish to add (git checkout -b your-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to your branch (git push origin your-feature).
  5. Create a new pull request and explain the changes you propose.

By following the steps above, you will be able to run and contribute to the Note App application. If you have any questions or issues, feel free to open an issue in this repository. Thank you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published