Installation - latif-essam/todo-app-oc-project GitHub Wiki
You have 2 options to get the App:
here, and UnZip it, so you can edit or run the app in your browser.
1. Download the App from2. 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 --version
to check the node version.git --version
to check the git version.
terminal
, cmd
, or git bash
do the following
in your git clone https://github.com/latif-essam/todo-app-oc-project.git
.cd todo-app-oc-project
.- install the dependencies by
npm install
ornpm i
as 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.html
file 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