https://github.com/yashkapure06/simple-react-native-notes-app
A simple Notes App in react native
https://github.com/yashkapure06/simple-react-native-notes-app
notes-app react-native
Last synced: 6 months ago
JSON representation
A simple Notes App in react native
- Host: GitHub
- URL: https://github.com/yashkapure06/simple-react-native-notes-app
- Owner: Yashkapure06
- Created: 2023-05-27T19:20:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T06:20:47.000Z (over 2 years ago)
- Last Synced: 2025-02-06T12:15:00.294Z (8 months ago)
- Topics: notes-app, react-native
- Language: JavaScript
- Homepage:
- Size: 558 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
![]()
![]()
## 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.