Mini Trello Clone (Frontend Task for Engineering at Zuddl.com)
- Deployed on Netlify -> https://mini-trello-zuddl-snehomoy.netlify.app/
This is a trello clone (frontend task) built using React.js, Redux, React-Hooks, react-beautiful, material-ui & local-storage for data storage.
- There are users
- Users can create boards
- Boards have stages like Todo, Doing, Done
- Stages have tasks
- Tasks can be drag and dropped within same stage or across stages.