Trello clone prototype built with Svelte.js and Flask(Python)
SvelloTrello is a proof-of-concept project that serves as a clone of Trello, built using Svelte.js and Flask (Python). This project aims to demonstrate the integration of Flask and Svelte.js, where Flask handles API endpoints connected to an in-memory database, and Svelte.js manages the front-end views and functions. The current functionality allows users to create new lists with notes that stay within their designated list, and the lists continue to add to the right with the ability to scroll and view them.
SvelloTrello is a proof-of-concept project that showcases the integration of Flask and Svelte.js. It mimics the functionality of Trello by allowing users to create lists and add notes within them. With continuous expansion of lists from left to right, users can easily view and scroll through their boards. The project also includes user logins, database migration, and planned UI enhancements for improved usability. Future updates will introduce additional features such as a "forgot password" functionality, multiple boards per user, and drag and drop capability for reordering lists and notes.