-
A blog app typically contains the following features:
A homepage that displays recent and popular blog posts.
A navigation m...
-
目标一个用来记录收入和支出的APP
技术点
HTML templates and route
登录注册表单
调用Fetch API 和渲染数据
状态管理
结合template标签实现路由1234const routes = { ...
-
目标一个互动的井字棋游戏
concepts(React)elements, components, props, and state
技术点
what is a component? In React, a component is a piec...
-
目标做一个技能树,记录自己的学习历史,可以看到计划要学习的东西,
-
近一年学的技术
增加了技术广度
学的基本是Web开发的技术(前端): React、Vue、TypeScript、JavaScript、CSS、HTML(后端): Java、Python、Node
To Learn
TypeScript
Python...
-
资源
TypeScript-React-Starter:这是一个TypeScript和React的入门项目,提供了一个简单的Todo应用程序,可以帮助您了解如何使用TypeScript和React构建应用程序。
TypeScript-Node-St...
-
10 Step process
Get the big picture Do basic research on the topic
Determine scope Determine what exactly you want to learn
D...
-
Follow Pat Flynn’s Be everywhere strategyChannel for marketing yourself
write blog posts
create podcasts
create videos on sit...
-
CSS弹性盒子CSS弹性盒子是CSS3中新增的一种布局方式,它可以用于创建响应式的网页布局。弹性盒子可以将容器中的项目按照一定的规则进行排列,可以控制项目的大小、位置和顺序,非常灵活。
弹性盒子的基本概念在使用弹性盒子布局时,需要了解以下几个基本概念...
-
盒模型布局(Box Model Layout)盒模型布局是CSS中最基础的布局方式,它使用盒模型来布局,通过设置元素的宽度、高度、边距和内边距来控制元素的位置和大小。盒模型布局可以用于创建简单的网页布局,但是对于复杂的布局来说,它的局限性比较大。
浮...