This is the first assignment in the App Design course (T-488-MAPP). It's a simple kanban board app to keep track of tasks.
Navigate to the directory of the project
Run
npm install
Run
npm start
Make sure to use a mobile device (iOS or Android). This application does not support browser viewing.
There were a few extras implemented, a few worthy of mentioning are
- Confirmation of whether user wants to delete or not
- Color wheel to choose any color for lists
- Touchable checkmark bubbles to mark tasks as finished or not
- Dropdown menu when moving tasks (or creating them)
- Dynamic text color in the dropdown menu for easier reading on high contrast colors