Skip to content

Commit

Permalink
chore: added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeiher committed Nov 5, 2024
1 parent ad9dae2 commit 78d19e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exercises/javascript/todo-app/spa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Exercise

Implement the functionallity to add a todo and remove a todo from the list.


To start the server simply run `node server.js`. If you make changes you have to restart the server (quit with ctrl+c)
2 changes: 2 additions & 0 deletions exercises/javascript/todo-app/ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
Implement the functionallity to add a todo and remove a todo from the list.

hint: form inputs in html can be hidden and with req.url you can check the url of the request.

To start the server simply run `node server.js`. If you make changes you have to restart the server (quit with ctrl+c)

0 comments on commit 78d19e2

Please sign in to comment.