Needed a place to store my code that builds a ‘To do’  list where a user can:

  • view
  • add
  • edit
  • delete

items on their ‘To do’ list using React & a local API.

Tackle project using fully functional vertical slices

User can:

  1. View a list of tasks from the database
  2. Add, edit & delete a task
  3. Complete a task
  4. View all completed tasks

Code from the outside in, build the:

  1. HTML of a components render method
  2. Reducers & connect components
  3. & add event handlers for any interactive elements
  4. Client side API code
  5. Server side API code

If this helps others – that’s great!