1encore / TodoList

The simple project for adding and removing tasks in todo list. Developed with Angular 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoList

The simple project for adding and removing tasks in todo list. Developed with Angular 2

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

To start the project you have to install:

NodeJs 8.10+ (mine is: 8.11.4) with npm

Installing

To install the NodeJS with npm go to NodeJS and download the stable version (must be 8.10+)

Then clone the repository to any path in your OS

After this you will have to start terminal:

-If you are Windows user press Win+R

-If you are Linux user press Ctrl+Alt+T

Now you have to go to the repository path in terminal:

cd (insert path)

in my case:

cd C:\Users\User\Documents\github\angular

Now when you in the repository folder, type this command to install angular modules

npm install

Running the project

Go to repository directory in terminal if you are not in it, then type

npm start

Browser must start automatically after pressing enter

Built With

  • NodeJS - The open source server environment
  • AngularJS - extends HTML attributes with Directives, and binds data to HTML with Expressions

Acknowledgments

  • Written with the help of - CodeDojo lessons

About

The simple project for adding and removing tasks in todo list. Developed with Angular 2


Languages

Language:CSS 38.5%Language:TypeScript 30.5%Language:HTML 19.8%Language:JavaScript 11.1%