/todo-react-app

Primary LanguageJavaScriptMIT LicenseMIT

todo-react-app

Technical Approach & Objectives

The app is built with Node and React App. It also utilizes local storage to persist state.

Getting started

Requirements

Downloading the dependencies (node modules)

  • Clone the repo
  • Install dependencies: npm install or npm i for short

Start the app

  • To start the app run npm run start

Running the tests

  • for running the tests npm run test
  • for running the tests with coverage npm run test:coverage