Skip to content

React Native Todo with Redux, Redux Thunk, Redux Form, React Navigation, Detox

Notifications You must be signed in to change notification settings

tenwiz/react-native-to-do

Repository files navigation

React Native To Do App

Assessment

Build a React Native Todo app.

Notes

  • Use React Navigation; mix of Stack and Tab navigators
  • Use Redux
  • Don't use Expo
  • Aim for maximum code modularization
  • Follow design exactly
  • Write tests

Behavior

Build the following behavior for each screen

Login

  • User can input their name, which will be saved to locale storage

Feed

  • Slide right to complete a todo
  • Slide left to delete a todo; should confirm with user
  • Todos should be saved to locale storage

Add

  • Due field should prompt with a date + time picker
  • Selected tag should have full opacity, others shouldn't

Profile

  • Logout should clear all todos in locale storage

About

React Native Todo with Redux, Redux Thunk, Redux Form, React Navigation, Detox

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published