Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 628 Bytes

Simple Trello Clone

A fun little challenge to use React, React Router, and Redux with just a goal and user stories.

User Stories:

  • User logs in or registers to use app. [Checked]
  • User can create any number of boards. [Checked]
  • User can see a main directory of their boards. [Checked]
  • User can delete boards. [Checked]
  • User can make any number of named lists inside their boards. [Checked]
  • User can add any number of items to their lists. [Checked]
  • (Advanced goal) Use localStorage to save their boards if they choose not to sign up.
  • (Advanced goal) User can authenticate with OAuth to save their boards.