Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amiralisajadi/noteboi

An Android note-taking app with online storage and Parse Server integration, showcasing my early Android development skills.
https://github.com/amiralisajadi/noteboi

android android-studio java note-taking parse-server

Last synced: about 1 month ago
JSON representation

An Android note-taking app with online storage and Parse Server integration, showcasing my early Android development skills.

Awesome Lists containing this project

README

        

# NoteBoi
An Android note-taking app with online storage.

## About
NoteBoi is an Android note-taking application designed to help users create, organize, and store their notes online. Developed as one of my first programming projects, it demonstrates a combination of Android development skills and backend integration.

The app uses **Parse Server**, hosted on **Back4App**, for seamless account creation, note storage, and retrieval. A quick sign-up process lets users save their notes online (email confirmation optional).

## Features
- User Accounts: Quick sign-up process with optional email confirmation and recovery.
- Online Note Storage: Save and sync notes using a Parse Server backend.
- Clean UI: Minimalist design for an intuitive user experience.
- Interactive Gestures: Swipe notes to delete or favorite or pull to refresh.




## Tech Stack
- Frontend: Java, Android Studio
- Backend: Parse Server hosted on Back4App
- Libraries & Tools: Coordinator Layout, RecyclerView

## Reflection
I created this app as one of my first programming projects, putting significant effort into learning Android development and backend integration. While it may be imperfect, it has a special place in my programming journey.

Cheers!