Skip to content

ayush-lab/TrelloClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Trello Clone

F.L.O.W

It is a fully responsive Trello Clone which followed the kanban's workflow made using React.js as the Frontend framework and Django as the backend.

Here is the backend hosted link: "https://theflowapp.herokuapp.com/"


Successfully managed the state of the application using a centralised system redux with redux-thunk as the middleware.
Design Inspiration: Dribble and behance
Used material UI

🏭 Features

User

  • Authentication system with signup,login,otp verification,resend otp,forgot password (fully validated with material-ui alerts)
  • Dashboard to show the respective boards being fetched for different sections like starred board section, personal board section as well as the team board section.
  • Create a personal or a team board.
  • User profiles

Board

  • Create cards and list - the kanban's way
  • Drag and drop implemented using React-beautiful-dnd
  • Adding other members of flow from the board
  • Adding other memebers of flow from the card
  • Due date,checklist,description,invitation from the card
  • Remove a card
  • Archiving the card
  • Starring the board
  • Visibility for board : prive,public and team

Team

  • Create multiple boards for a team
  • Add other members of flow to a team

Screenshots

Main Screens

Homepage alt text

Board Page alt text

Create board alt text

Card Details alt text

Create your team alt text

Team boards alt text