Skip to content

xtropi/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text ########## TASK ########## Write ToDo web application without server.

Application should provide ability

  • Add a task with title
  • List tasks in sorted in reverse order by task title
  • Edit a task
  • Mark a task as completed
  • Remove a task
  • Persist tasks between working sessions (it could be LocalStorage) Note: it is ok for customer if you do something quick and provide additionally features, but no penalty if you don't.

Business context:

  • Goal is the time to market
  • Be ready to change something minor fast in the future Note: it's allowed to use code from internet and customise it to do the task quicker.

Non-Functional Requirements:

  • Application should be written on JavaScript, frameworks is up to developer.

  • This task should take no more than 6-8 working hours(it is better to be less).

  • Additional plus if test task will be presented as git repository with history of changes. it could be located on github(preffered) or folder with .git metadata.

########## INSTALL ##########

  1. npm install
  2. npm run
  3. go to http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published