This project is a web based app that works offline and online. Using a nice UI for the frontend. Uses jQuery and json. It has the feature of import and export json files. It saves the offline work in the local memory of the browser. The application helps the user to create dynamic tables (called spaces) with columns that have a defined use and shows the table as table or kanban depending on the setup of the colums. This is an Space example: - Title - Description - Field 0 (id) - checkbox to show or hide the column in the Space - Field 1 (label, type (text, formated text, number, date, time, hyperlink)) - There are buttons to add or remove fields When created the Space it shows in dashboard. When opening the Space shows the table and there is a button in the navbar to add records. The records are modified and created using a modal. And here the most beautiful: from the Space the user can select which is the main field to organize the kanban view. The selection of it is done using a select input and reloads the view when selected.