Skip to content

Commit

Permalink
Rename project to todo-application
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Jan 2, 2025
1 parent 59bc0e1 commit da5220b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Todo-toy-project
# Todo-application

A simple todo toy application for todo duties management that can add/edit/complete the duties.
A full stack application for todo duties management that can add/edit/complete the duties.

## How to run

Expand Down
3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
},
"devDependencies": {
"cypress": "^13.6.3"
}
},
"packageManager": "[email protected]+sha512.d432ab8b22b89cb8b46649ebaf196159b0c1870904224771d75fdf8b55490aaa5de4d9f028deb0425f1513bff7843e97b9d117103795a23b12d2e7c1cedcf50f"
}
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.4"
}
},
"packageManager": "[email protected]+sha512.d432ab8b22b89cb8b46649ebaf196159b0c1870904224771d75fdf8b55490aaa5de4d9f028deb0425f1513bff7843e97b9d117103795a23b12d2e7c1cedcf50f"
}
16 changes: 16 additions & 0 deletions todo-application.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "."
},
{
"path": "backend"
},
{
"path": "frontend"
}
],
"settings": {
"jest.disabledWorkspaceFolders": ["todo-application"]
}
}
18 changes: 0 additions & 18 deletions todo-toy-project.code-workspace

This file was deleted.

0 comments on commit da5220b

Please sign in to comment.