wojciechlisiecki / todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO APP

About the application

This is a simple todo list. While developing some assumptions were made:

  • there's no backend - all the data is synchronized between Redux and Localstorage
  • id for each todo item is generated based on Javascript Date.now() function
  • this application should work on any modern browser, tested on Chrome v74 on desktop and mobile

Requirements

Node

$ node --version
v10.x or higher

$ npm --version
6.4.x or higher

Install

$ git clone https://github.com/lisek02/todo-app.git
$ cd todo-app
$ npm install

Start

$ npm start

Run tests

$ npm run test

About


Languages

Language:TypeScript 75.2%Language:JavaScript 22.4%Language:HTML 2.0%Language:CSS 0.4%