A Todo app using React Native & Expo. Our app will help users keep track of all the things they need to do!
- User can see a list of their todos.
- User can toggle a todo's status of active/done.
- User can see a different color todo background based on the todo's status.
- When a user toggles a todo, they're directed to an individual todo screen.
- If the user's todo list is too long, they can continue scrolling so they can see the input to add a new todo.
- User can add a new todo by entering it and submitting.
- User will see the input reset when they submit their todo.
- User can see what number a todo is.
- User can see completed todos on the CompleteScreen.
- User can see active todos on the ActiveScreen.
- User can delete a todo by long pressing it and being prompted to confirm their action.
- User can cancel deleting a todo.
- User can slide the todos list to see the entire app wallpaper.