Your challenge is to fork this repo to your repo, download it to your system and then write the code required to make the todo app functional. After the app is functional, push it to your repo and create a pull request to my repo.
You can find a button on the right side to fork this repo to your github account.
From your profile download the project to your local system, open the folder in a new VS Code instance, then execute npm install
in the terminal
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component.
In case there are multiple pull requests with multiple working solutions, the first person who created a pull request will be declared the winner. The first person whose pull request gets accepted wins.
Sorting by date of todo items and a filtering feature to filter items by one of three status done, pending, on-going
. Default will be to display all the items.
Each todo item should have one of three status, done, pending, on-going
.
Each todo item should have a date. Sort the todo items based on the date.