/Simple-React-Native-Notes-App

A simple Notes App in react native

Primary LanguageJavaScript

Simple Notes App

Description

A simple notes app built using React Native.Used Expo to test and check the app.

Features

  • Create new notes
  • Delete notes
  • User-friendly interface

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Installation

  1. Clone the repository: git clone https://github.com/Yashkapure06/Simple-React-Native-Notes-App
  2. Navigate to the project directory: cd Simple-React-Native-Notes-App
  3. Install the dependencies: npm install
  4. Start the app: npm start

Make sure you have Node.js and npm installed on your machine.

Usage

  1. Open the app on your device or emulator.
  2. The home screen will display a list of existing notes.
  3. To create a new note, tap on the "New Note" button.
  4. Enter the title and content of your note.
  5. To delete a note, Just Tap on the NOTE.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Create a pull request outlining your changes.