Skip to content

Commit

Permalink
basic todo app
Browse files Browse the repository at this point in the history
  • Loading branch information
ayseenver committed Jan 15, 2020
1 parent 43b1ce2 commit 1541441
Show file tree
Hide file tree
Showing 13 changed files with 481 additions and 70 deletions.
217 changes: 217 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.1",
"easy-peasy": "^3.2.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"uuid": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 1541441

Please sign in to comment.