Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task1: gamble369 #131

Merged
merged 9 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions members/gamble369/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Web3 前端训练营报名

## 个人信息

* Github ID: gamble369

* Wechat ID: brianna_0111

* Openbuild Username: Brianna

(首次如果没有,学习完毕钱包在填写)

* ERC20 钱包地址: 0x0ed9Ac6Bdbbc89467DfF741f19E0dBEeF46380Ec
*

### 个人介绍

+ 后端开发者 (`Golang`, `Python`)

+ 向着全栈开发者 和 `Web3.0` 的世界全速出发
26 changes: 26 additions & 0 deletions members/gamble369/task1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# todo List

### 说明

使用工具 `react` + `javascript` + `vite`

使用 `vite` 创建一个react项目,比react脚手架 `create-react-app`创建更快,可选方案更灵活;

`vite` 创建命令 `npm create vite@latest`;

### 运行截图

![alt 截图](https://pic.imgdb.cn/item/666109f95e6d1bfa054afddb.gif)

![alt 截图](./todolist.png)
[截图](./todolist.gif)

### 项目说明

+ 该项目主要采用类式组件;

+ 父子组件的通信方式,采用状态升级,即将通用数据放到`App`父组件的 `state` 中;

### 参考资料

+ [056_尚硅谷_react教程_TodoList案例_bilibili](https://www.bilibili.com/video/BV1wy4y1D7JT?p=56&spm_id_from=pageDriver&vd_source=c7a17b24f0b5a70e4b025703870eec19)
13 changes: 13 additions & 0 deletions members/gamble369/task1/todoList/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Todo List</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading
Loading