ttournie / todo_whitespace

Todo list application in Node Js for whitespace swedish agency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-do Whitespaces

To-do Whitespaces is a To-do list web application using Meteor. It use NodeJs and MongoDB. It also use Bootstrap 3 for CSS rendering.

Installation

To install the application on a local environment, you first need to install Meteor : https://www.meteor.com/install Download the application and go in the root directory with the terminal or Windows Command prompt. User the command line : meteor (It will download all the meteor package for the project and launch the server at localhost:3000).

I have not tested it on Windows because I do not have access to a Windows OS but Meteor should work normally on windows. (This link may help if you have trouble using meteor on windows https://meteorhacks.com/meteor-for-windows-getting-started-guide)

You can also access the deployed application here :

Usage

This is a simple To-do list web application. To use it you just need to register as a new user on the top right menu. After that you will be able to edit your To-do list.

Functionalities

Adding a new task : Use the form on top of the page. Mark a task has done : Use the checkbox. Remove a task : Use the remove link. Editing a task : You just need to click on the task text to open it in edit mode.

All these functionalities do not need refreshing the page (One of the good thing of using NodeJs).

Each user has one and only private Todo list.

I hope you like it. Feel free to send question at : thierry.tournie92@gmail.com

About

Todo list application in Node Js for whitespace swedish agency


Languages

Language:HTML 47.2%Language:JavaScript 45.2%Language:CSS 7.6%