https://github.com/jayptel/thenotesappadvanced
https://github.com/jayptel/thenotesappadvanced
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayptel/thenotesappadvanced
- Owner: jayptel
- Created: 2024-05-29T15:27:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T16:01:50.000Z (about 2 years ago)
- Last Synced: 2025-02-08T17:28:37.827Z (over 1 year ago)
- Language: Kotlin
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App Advanced
Notes App Advanced is an Android application built using Android Studio. This app allows users to perform CRUD (Create, Read, Update, Delete) operations on notes. Additionally, the app features a search function, the ability to import and export notes via Excel files, and the ability to save all notes to Google Sheets.

## Features
- **CRUD Operations**: Create, read, update, and delete notes with ease.
- **Search Functionality**: Quickly find notes using the built-in search feature.
- **Import from Excel**: Import notes from an Excel file into the app.
- **Export to Excel**: Export your notes to an Excel file for backup or sharing.
- **Google Sheets Integration**: Save and synchronize your notes with Google Sheets for access from anywhere.
## Getting Started
### Prerequisites
Before you begin, ensure you have met the following requirements:
- Android Studio installed on your machine.
- A Google account for Google Sheets integration.
- An internet connection for Google Sheets synchronization.
### Installation
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/notes-app-advanced.git