- Clone the repository
cd 'tezza-test'
and runnpm install
- After installations, run
npm start
to start the application onhttp://localhost:3000
The application opens with a login screen (/login)
or Login page.
This page opens when the user clicks on the login button or the sidebar too, it will take you to the route /worksapce
.
This page opens when the user clicks on the following buttons which are: Add button, Create Task or View full report or the sidebar too, it will take you to the route /clients
.
This page opens when the user clicks on the Add new Client button, it will take you to the route /clients-profile
.