tysky / to-do-list

To-do list with server synchronization

Home Page:https://to-do-react-list.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo List

Build Status Maintainability

The application allows to create tasks in to-do list, edit and delete them, check tasks as completed, sort tasks by drag & drop. All changes in to-do list synchronized between all users.

Setup

npm install

or

make install

Run

npm run dev

or

make start

Then automatically new browser tab opens with url http://localhost:4000/

Build

make build

or

npm run build

Made with React, Redux, Socket.io.

About

To-do list with server synchronization

https://to-do-react-list.herokuapp.com/


Languages

Language:JavaScript 91.4%Language:CSS 7.0%Language:HTML 1.1%Language:Makefile 0.5%