Task management app, with boards and lists visualization, made using Alpine.js and Tailwind CSS.
Check the demo page: https://managero.netlify.app/.
The aim of Manaĝero (in Esperanto: manager) is to integrate useful features to boost user productivity, to be more focused and more productive, including task manager, calendar and events notifications.
There are other open and closed-source applications that provide those same features, but only a few include both a nice User Interface (UI) and User Experience (UX) as the Manaĝero does.
Also, Manaĝero differentiates itself from similar projects by using modern technologies. Our source code was made using: the utility-first CSS framework Tailwind CSS; and the JavaScript framework Alpine.js.
- Git — free and open source distributed version control system.
- npm — public collection of packages of open-source code for Node.js.
git clone https://github.com/DaniloCeesar/managero.git
— clone this repository into a new directory;cd managero
— change the current directory to this project source code;npm install
— install the dependencies frompackage.json
file intonode_modules
folder;npm run build
— generate the code for production environment intodist
directory.
This project is built by developing and using open source technology. We may use third party libraries, code sources, and assets both for production and development processes.
This project is licensed under the GNU General Public License v3.0. See the COPYING for more information.