Some of the Features of this Application.
Given below is a list of features of this application., If you have any suggestions for a feature, Just create a new issue or let me know.
Static Application
You can host the app on any Static Host/CDN instead of a server
Boards
Boards are the gateway to your lists, You can have as many boards as you want
Lists
Each list can easily be re-arranged and updated, You can add multiple cards to a list
Cards
Cards are the meat of this app, you can add as many cards as you like, re-arrange them, drag them from one list to another, etc
Todo List
Each card has Todo List tab, There you can add your todo list items, update them, mark them as completed and so on.
Card Meta
Each card has meta section where you can specify Duedate, Link, Image and the appropriate icons will appear below card in the list view., If image URL is specified, Image will appear above the card title.
Custom Background
Each board, list and card can have different Background color, Boards can have background images as well. To change the background color of board just edit the board by clicking the Edit icon below the header and there you can update board details along with background color.
Settings
You can update your details, password and preferred language in the settings page
Public Boards
Now you can make boards public, Public boards are accessible to all the users with the board URL., By default all boards are private.
Code Splitting
Split the code into different files and only load those files when necessary., Enable tree shaking so we only include the code we're actually using in the app.
Lists Spacing
Now you can add spaces between lists, You can add space before and after a list. (might be useful to some of you)
Customizations
Now you have more control over specifying background colors, you can either select it using colorpicker or enter it manually, it can be Color Names, HEX, RGB or RGBA.
Multiple Languages
Added support for multiple languages, Current translation of Chinese langugae is done using Google Translate.
Card Positioning
Now you can top and bottom margin to any card, Giving your more flexibility and control over the UI.
Loading Indicator
Since the project makes use of Webpack code splitting, Sometimes it felt like clicks were unresponsive, Now you can see loading message whenever new script(s) is being loaded.