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 --version to check the node version.
  • git --version to check the git version.

in your terminal, cmd, or git bash do the following

  1. git clone https://github.com/latif-essam/todo-app-oc-project.git.
  2. cd todo-app-oc-project.
  3. install the dependencies by npm install or npm i as a shorthand cut.
  4. if you have VS code type code . to open the project in VS code or use your preferred IDE.
  5. 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