Skip to content

karyanFreelancer/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modern, clean and lightweight Notes Application built using React Native with Expo. Designed for simplicity, speed, and a smooth user experience on Android devices.

📥 Direct APK Download (Production Build) 🔽 Download & Install (No Expo Go Required)

👉 Official Expo Build (APK):

🔗 https://expo.dev/accounts/kkaryan/projects/NotesApp/builds/e8b01e57-f0e3-4715-a2af-30d137b8492e

✔️ Direct download ✔️ Install like normal Android app ✔️ No Expo Go needed ✔️ Tested build

✅ Material Top Tabs + Stack Navigation

This project uses React Navigation with:

Stack Navigation – screen transitions ke liye

Material Top Tabs – All Notes / Today tabs ke liye

🚀 React Native + Expo Setup Commands 📦 Create Expo Project

npx create-expo-app NotesApp

cd NotesApp

📦 Install React Navigation (Stack)

npm install @react-navigation/native
npm install @react-navigation/native-stack

📦 Install Material Top Tabs

npm install @react-navigation/material-top-tabs react-native-tab-view

📦 Required Expo Dependencies

npx expo install react-native-screens react-native-safe-area-context

▶️ Start Project npx expo start

📱 App Preview

✨ Features

📝 Create & view notes

📅 Today filter for recent notes

➕ Floating Action Button (FAB)

🧭 Simple & clean navigation

🎨 Minimal and modern UI

📱 Fully responsive layout

⚡ Fast performance

🛠 Tech Stack

React Native

Expo

JavaScript

Expo EAS Build

Android APK

🚀 Getting Started (Developers) 1️⃣ Clone Repository

git clone https://github.com/karyan978/NotesApp.git

cd NotesApp

2️⃣ Install Dependencies npm install

3️⃣ Run on Device /

npx expo start

📦 Build APK using Expo (EAS)

npm install -g expo-cli
npx expo prebuild
npx expo run:android

Or cloud build:

npx expo eas build -p android

📂 Project Structure

NotesApp/
 ├── src/
 │   ├── components/
     |-context/
 │   ├── screens/
 │   └── database/
 ├── App.js
 └── README.md

🧠 Future Enhancements

✏️ Edit & delete notes

☁️ Cloud backup

🔐 Authentication

🌙 Dark mode

🏷 Categories & tags

🤝 Support & Sponsorship

If this project helped you or inspired you:

⭐ Star the repository

🍴 Fork and contribute

💬 Share feedback & suggestions

Want to support development? You can sponsor or collaborate via GitHub.

👨‍💻 Author

Aryan Kumar 📍 India 💼 React Native | Expo | Frontend Developer

GitHub: https://github.com/karyan978

Expo: https://expo.dev/accounts/kkaryan

✅ Important Notes

❌ No signup required

❌ No login required

❌ No Expo Go required

📶 No internet/data needed after installation

📱 Works fully offline

➡️ Just download → install → use

⭐ Support

If you like this project, give it a ⭐ on GitHub!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors