Trello Clone

📌 Features

✅ Boards

  • View all boards (/boards)
  • Create new boards

✅ Lists

  • View all lists in a selected board (/boards/:board_id)
  • Create new lists
  • Delete/archive lists

✅ Cards

  • View all cards in a list
  • Create new cards in a list
  • Delete cards

✅ Checklists

  • View all checklists in a card
  • Create new checklists
  • Delete checklists

✅ Checkitems

  • View all checkitems
  • Create checkitems
  • Delete checkitems
  • Mark checkitems as checked/unchecked

🧑‍💻 Technologies Used

  • ⚛️ React
  • 🧭 React Router (for client-side routing)
  • 🌐 Axios (for API requests)
  • 🛠️ Trello REST API

Create a .env file in the root and add:

  • VITE_TRELLO_API_KEY=your_trello_api_key
  • VITE_TRELLO_TOKEN=your_trello_api_token