Building a To-Do List Application

Build a to-do list web application using Catalyst Advanced I/O Function and Catalyst Data Store that enables you to note down tasks to be done and delete them after they are done.

Install Catalyst CLI

Let's now set up the project directory. The first step is to install the Catalyst CLI on your local machine. Ensure that you have installed all the prerequisites.

Note: Skip this step if you already have Catalyst CLI installed on your system.

You can install Catalyst CLI by executing the following command in your terminal:

npm install -g zcatalyst-cli

This will initiate the installation process and your terminal will display the progress.

Once the installation is complete, you can verify if the CLI was properly installed by executing the following command:

$ catalyst --version 

If there were no issues with the installation, the command will return the version of the CLI installed on your system.

Note: If you are unable to install Catalyst CLI, execute the install command using sudo.