Skip to content

harshagw/trello-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello clone


A Trello clone made using NodeJS, ExpressJS, SocketIO, React, Redux, MongoDB


Features

  • Authentication
    • enabled using JWT
    • added refresh token mechanism
  • Boards
    • create a new board
    • update or delete board by admin only
    • share board with other users
      • accept or decline the invitation
      • leave board
    • add favourite tag to board
    • List
      • create, update and delete list
      • reorder list
    • Card
      • create update and delete card
      • reorder card within list and among lists
  • Real time update
    • invitations
    • board details

ToDo

  • add user settings
  • Manage activity of a board
  • Add a attachment to a card
  • change background using unsplash api

Screenshots

  • Landing Landing

  • Signup and login Login

  • Share board Share

  • Board / List / Card Board

  • Reordering Reorder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages