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:
- View a list of tasks from the database
 - Add, edit & delete a task
 - Complete a task
 - View all completed tasks
 
Code from the outside in, build the:
- HTML of a components render method
 - Reducers & connect components
 - & add event handlers for any interactive elements
 - Client side API code
 - Server side API code
 
If this helps others – that’s great!


