csi-lk / todo-app-example

Todo app for PWC's web coding challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App Example

Todo app for web coding challenge

Starting

install all deps with yarn

Then run

yarn start

Dev Notes

Using nano id for uuid as it's much faster for the tradeoff of a few conflicts (that most likely are not going to occur)

I've written a lot of functional tests for this to prove it works for the user - https://kentcdodds.com/blog/write-tests/ (if I had more time I would have written component tests as well)

About

Todo app for PWC's web coding challenge


Languages

Language:TypeScript 82.1%Language:CSS 7.6%Language:HTML 5.4%Language:JavaScript 4.9%