Skip to content

Samuel-0228/clutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskApp 📱

TaskApp is a modern mobile task management application built using Expo React Native and TypeScript.

The app allows users to create, complete, and manage tasks with a clean and responsive mobile UI.


✨ Features

  • Add tasks
  • Delete tasks
  • Mark tasks as completed
  • Completed tasks screen
  • Persistent local storage
  • Bottom tab navigation
  • Modern dark UI
  • Mobile-first responsive design

🛠 Tech Stack

  • React Native
  • Expo
  • TypeScript
  • Expo Router
  • Context API
  • AsyncStorage
  • Expo Vector Icons

📂 Project Structure

app/
components/
context/
types/
storage/

🚀 Getting Started

1. Clone Repository

git clone https://github.com/yourusername/taskapp.git

2. Install Dependencies

npm install

3. Start Development Server

npx expo start

4. Run on Device

  • Install Expo Go on your phone
  • Scan QR code

📦 Build APK

Install EAS CLI:

npm install -g eas-cli

Configure EAS:

eas build:configure

Build APK:

eas build -p android --profile preview

📱 APK Installation

  1. Download APK
  2. Enable "Install Unknown Apps" on Android
  3. Install APK manually

🔮 Future Improvements

  • Authentication
  • Cloud synchronization
  • Push notifications
  • Swipe gestures
  • Animations
  • Task categories
  • Due dates
  • Offline sync

📄 License

MIT License

About

🤳A mobile task management app built using Expo React Native and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors