EXPO PROJECT
Task Tracker App
This task tracker mobile app is a personal project I developed and designed. The primary purpose of the app is to allow a user to add tasks with a custom title and description. Tasks can be marked completed and deleted whenever the user chooses. Tasks can also be divided into customizable categories. As tasks are marked completed, an overall task progress bar will automatically update for each category.

I created this project primarily to gain more experience using React Native with Expo. Understanding how to structure an Expo app and implement the core components of React Native is important for me, as I intend to create and deploy more substantial mobile applications in the near future. I also utilized Node.js, Express, and MongoDB in developing this app, which allowed for another opportunity to develop my skills in creating APIs.