This project is a client to todo-task project, it consume the RestAPIs available on project todo-task and show data to user.
Before install this project, you need to install npm, follow the steps below this.
sudo apt update
sudo apt upgrade
Now you can install npm using the command below.
sudo apt install npm
Wait to finish, you can confirm the version installed.
npm --version
Clone the repository git@github.com:cleidir/todo-task-app.git
Access the project directory and execute te commands below to install the application.
cd todo-task-app/
npm install
Wait for the end of process, and than run this to execute the app using command below.
npm start
After that, the API's are available on adress like the below
http://localhost:3000