Skip to content

Instantly share code, notes, and snippets.

@Mikeysax
Created September 29, 2021 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mikeysax/77f8a8e45328cbb0c9d80317452b1c40 to your computer and use it in GitHub Desktop.
Save Mikeysax/77f8a8e45328cbb0c9d80317452b1c40 to your computer and use it in GitHub Desktop.
Front End Technical Assignment:
Build a Todo or Trello (kanban) clone using any frontend javascript framework of your choice.
Example: www.trello.com
Definition: A todo or kanban app allows a user to add ideas or tasks to a list or series of lists to keep track of said ideas or tasks.
User Stories (Get as many done as possible):
As a user, I am able to create cards that have text content in them to the app
As a user, I am able to edit the text content of a card
As a user, I am able to delete a card
As a user, I am able to edit the status of a card to done (completed) or some other arbitrary value
As a user, I can reorder the cards and organize them how I want
As a user, I can create columns and move cards into those columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment