Simple ToDo application - Front end

Functionality

  1. User is able to create new items in a “To Do” list
  2. Checking a task as done will move the item from the "To Do" list to a "Done" list
  3. The items will be persisted to AWS backend
  4. The main page of the application will list the existing TODO items on startup

Getting Started with ToDo

  1. Make sure the backend https://github.com/wkk91193/Todo_API-Node is running
  2. Run npm install
  3. Run npm start