2018-06-22 16:54:18 +03:00
2018-05-30 21:42:30 +03:00
2018-06-03 14:41:26 +03:00
2018-06-22 16:54:18 +03:00
2018-06-07 14:45:56 +03:00
2018-05-16 18:25:55 +03:00
2018-06-10 00:25:12 +03:00
2018-06-22 16:54:18 +03:00
2018-06-14 15:34:06 +03:00
2018-06-22 16:54:18 +03:00

Simple Todo list

This is a simple todo list, written in javascript, using express for the backend and react/redux for the frontend.

Running it

To run it you should start the backend and the frontend. To start the backend use npm run debug To start the frontend cd react && npm start

And visit it at http://localhost:3000

Configuration

By default development server uses mongodb todolist database at localhost, you can change it with environment variable DEV_DB_URI

Description
A simple todo list
Readme MIT 6.4 MiB
Languages
JavaScript 92.2%
CSS 5.5%
HTML 1.3%
Dockerfile 1%