- User is able to create new items in a “To Do” list
- Checking a task as done will move the item from the "To Do" list to a "Done" list
- The items will be persisted to AWS backend
- The main page of the application will list the existing TODO items on startup
- Make sure the backend https://github.com/wkk91193/Todo_API-Node is running
- Run npm install
- Run npm start