Created
September 21, 2021 18:19
-
-
Save Mikeysax/cebd1eb669408d8a7ee627fa3e683783 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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