Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qobulovasror/note-mobile-app
Simple note and todo app with react native and expo
https://github.com/qobulovasror/note-mobile-app
expo notes react-native todo
Last synced: 3 days ago
JSON representation
Simple note and todo app with react native and expo
- Host: GitHub
- URL: https://github.com/qobulovasror/note-mobile-app
- Owner: qobulovasror
- Created: 2024-09-14T16:30:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-29T15:15:31.000Z (about 1 month ago)
- Last Synced: 2024-12-29T15:27:34.226Z (about 1 month ago)
- Topics: expo, notes, react-native, todo
- Language: TypeScript
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes & To-Do App
A simple and efficient Notes and To-Do application built using **React Native** and **Expo**. This app allows users to create, manage, and organize their notes and tasks conveniently on their mobile devices.
![]()
![]()
![]()
![]()
## Features
- **Create Notes:** Add notes with ease.
- **To-Do List:** Organize your tasks with a to-do list.
- **Edit & Delete:** Edit or delete existing notes and tasks.
- **Mark Complete:** Mark tasks as completed.
- **Search Functionality:** Quickly find notes or tasks.
- **User-Friendly Interface:** Intuitive and clean design for better user experience.## Installation
To run this application on your local device:
1. Clone the repository:
```bash
git clone https://github.com/qobulovasror/note-mobile-app.git
```2. Navigate to the project directory:
```bash
cd note-mobile-app
```3. Install the dependencies:
```bash
npm install
```4. Start the app using Expo:
```bash
npx expo start
```5. Scan the QR code with the Expo Go app on your mobile device to run the application.
## Usage
1. Open the app on your mobile device.
2. Create new notes or tasks using the "+" button.
3. View, edit, or delete existing notes and tasks.
4. Mark tasks as completed when finished.## Technologies Used
- **React Native**
- **Expo**## Contribution
Feel free to contribute to this project!
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-name
```
3. Make your changes and commit them:
```bash
git commit -m "Add your message here"
```
4. Push to the branch:
```bash
git push origin feature-name
```
5. Submit a pull request.## Conclusion 🔚
Congratulations! You've reached the end of the README file for our project 😊. We hope this documentation has provided you with all the necessary information to understand, install, and contribute to the project effectively.If you have any questions, feedback, or suggestions, please don't hesitate to reach out to us. Your input is valuable and helps us improve the project for everyone.
Thank you for your interest and support in our project. Happy coding! 🎉