AlonBru / toDoList

0 stars 0 forks source link

Scale-Up Velocity Pre Course Project - Todo List

This project will include most of the topics we have learnt so far. This repository includes a basic skeleton with automated tests, use it for you submissions. In this project you will create a Todo List Web Application, in which the user can store prioritized todo tasks and view/sort that list

Goal (only functionality):

Add todo task

Instructions

Running tests

We have created automated tests for your convenience, use it to check your progression.

Note that the automated tests rely on your code having the exact class names and Ids as specified below. Feel free to add your own.

To run the tests simply run

$ npm run test

Requirements

Bonus

Grading policy

Submitting