Build a trello clone using the official Trello API. The following user stories have to implemented:

Generate App-key: https://trello.com/app-key
Trello REST Apis: https://developer.atlassian.com/cloud/trello/rest/

Getting Started with Trello Api: https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/
Build a trello clone using the official Trello API. The following user stories have to implemented:

Multiple boards > multiple lists > and so on, such that:

All boards view: URL is /boards
Single board view which displays all lists in that board: URL is/boards/<board_id>

Requirements:

Use Material UI or any other similar React UI framework. Make sure to explore the library properly before starting the project.
The API requests have to implemented using axios
Repo name format: trello-react-<first_name>
Project Description https://www.youtube.com/watch?v=db_y-sEA1ps

Boards
  • Display Boards
  • Create new board
Lists
  • Display all lists in a board
  • Create a new list
  • Delete/Archive a list
Cards
  • Display all cards in a list
  • Create a new card in a list
  • Delete a card
Checklists
  • Display all checklists in a card
  • Create a checklist in a card
  • Delete a checklist
Checkitems
  • Display all checkitems
  • Create a new checkitem in a checklist
  • Delete a checkitem
  • Check a checkitem
  • Uncheck a checkitem
  • Progress bar of checklist
And make sure to test your app as you are building it.
Edit

Pub: 09 Jul 2024 07:55 UTC

Edit: 09 Jul 2024 07:56 UTC

Views: 198