Skip to content

ShimanskayaElena/todo-list

Repository files navigation

Todo List (task 1)

The demo version of this application can be seen from the link - https://shimanskayaelena.github.io/todo-list/

To run the application, you must run it on the command line

ng serve --open

Create a to-do list for the applications. Requirements: The task consists of two fields: name and description, both are required, the name field limitation is 255 characters The user should be able to add / edit / mark as ready and delete tasks. Adaptive presentation and work in the main browsers (the last 2 versions of IE, FF, Chrome and the perfect Safari) Sorting: each task has a 'priority' property, it can have the value 'high', 'low' (can be expressed in numbers). Add the "sort by increasing importance or descending" button. It's nice to have: Sorting by priority and filtering by function Use technologies: Angular2, TypeScript, SCSS, package package webpack Example: http://todomvc.com/examples/react/

This project was generated with Angular CLI version 1.1.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Test task: creating a list of notes for the Angular version 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors