DEV Community

luthfisauqi17
luthfisauqi17

Posted on • Edited on

πŸš€ Build a Simple To-Do List App with React Native & Expo – TaskMate πŸ“

Hey Devs! πŸ‘‹

I recently built TaskMate, a simple To-Do List App using React Native and Expo. If you’re interested in building mobile apps, feel free to check it out! πŸš€


✨ Features

  • βœ… Add new tasks
  • βœ… Delete tasks
  • βœ… Toggle task completion (mark as done/undone)
  • βœ… Persistent storage (tasks remain after closing the app)

πŸ“¦ Tech Stack

  • React Native (UI Framework)
  • Expo (Development & Testing)
  • AsyncStorage (Persistent Data Storage)

πŸ› οΈ Getting Started

1️⃣ Clone the Repo

git clone https://github.com/luthfisauqi17/TaskMate.git
cd TaskMate
Enter fullscreen mode Exit fullscreen mode

2️⃣ Install Dependencies

npm install
Enter fullscreen mode Exit fullscreen mode

3️⃣ Run the App

expo start
Enter fullscreen mode Exit fullscreen mode

🎯 Want to Contribute?

This is just a fun side project, but if you're interested, feel free to contribute! Some ideas for improvements:

  • πŸš€ Filters (All, Completed, Incomplete)
  • πŸš€ Task Categories (Work, Personal, etc.)
  • πŸš€ Priority Levels (Low, Medium, High)
  • πŸš€ Better UI with React Native Paper

If you find this project helpful, please consider giving it a ⭐️ on GitHub! It really helps and motivates me to build more awesome projects. 😊
πŸ”— GitHub Repository: https://github.com/luthfisauqi17/TaskMate

πŸš€ Follow Me for More Projects!

I’m working on more cool projects like TaskMate! If you’re interested in tech projects, mobile development, or AI, feel free to follow me:
πŸ‘‰ GitHub: https://github.com/luthfisauqi17


πŸ’¬ Let’s Connect!

Let me know your thoughts! Any feedback or suggestions are welcome. πŸš€βœ¨

Top comments (0)