-
My new ToDoApp app is complete, please review. I added some colors and background as well.
/cc @codepathreview @codepath
-
For the example JSX below
```jsx
Item 1
Item 2
Item 1
```
If I want to make some assertions on a `To…
-
-
My todo app is complete, with all the required functionality implemented, including the edit feature. I noticed a slight issue when making my LICEcap walkthrough that my last modification or addition…
-
My app is complete, please review. /cc @codepathreview @codepath
-
## `src/actions/task.ts`
```
"use server";
import { Task, TaskModel } from "@/models/task";
import { connectDB } from "@/utils/database";
import { redirect } from "next/navigation";
export i…
-
@nesquena and @timothy1ee
Hi Nathan,
I have added the following features to the simple todoApp:
1. Created a custom list view with item, item details and item status. If the item details are longer …
-
My app is complete, please review. /cc @codepathreview @codepath
-
Currently, TodoApp and AddTodo functions are in `/src/App.js`. We need to create separate components for them
-
1.エラー内容
sequelizeでDBに保存されているカラム、値を取得しようとしたが
`sequelize database error` というエラーが出るのでMysqlでDBの中身を確認。
```
MariaDB [todoapp_development]> show tables;
+-------------------------------+
| Tables_in_…