Installation - latif-essam/todo-app-oc-project GitHub Wiki
You have 2 options to get the App:
1. Download the App from here, and UnZip it, so you can edit or run the app in your browser.
2. Clone the repo by following the next steps:
Note: before cloning this project you need to make sure you have installed Node.js and Git you can check if they are installed by running the following command in your terminal.
node --versionto check the node version.git --versionto check the git version.
in your terminal, cmd, or git bash do the following
git clone https://github.com/latif-essam/todo-app-oc-project.git.cd todo-app-oc-project.- install the dependencies by
npm installornpm ias a shorthand cut. - if you have VS code type
code .to open the project in VS code or use your preferred IDE. - open the
index.htmlfile in the browser or run the live-server extension.
Testing
you can reach the Tests page by opening the SpecRunner.html file which is located in the /test/ directory.
or you can add more tests by editing the /test/ControllerSpec.js file.
Enjoy your New Todo-App