/todo-list-app

Primary LanguageJavaScriptOtherNOASSERTION

Todo List App

table

Getting Started

Prerequisites

Before you install and run this project, you need to have:

  • NodeJS installed on your machine as well as npm which is embedded in NodeJS

Installing

Please follow these steps to intall the project:

  1. Download or clone the repo: git clone https://github.com/GuyOhm/todo-list-app.git
  2. Navigate to the repo directory in your terminal and type: npm install
  3. Once all dependencies are installed, run the app with: npm run start

The app is opening on your favorite browser and is ready for you to use.

Tests

To run tests, please navigate to the repo directory in your terminal and type: npm run test.
This will open and run tests in your browser.

Documentation

To generate documentation, please navigate to the repo directory in your terminal and type: npm run docs.
This will generate and open documentation in your browser for you to navigate through:

  • user guide
  • technical documentation
  • performance audits for our app and one of our concurrent's.

Built With