学习计划
一、 学习目的
1.学习javaScript的目的,是为了让网页有交互效果。 菜鸟教程(https://www.runoob.com/js/js-tutorial.html)
2.学习HTML5的目的,熟悉网页布局,可以写出自己的网页模板。 菜鸟教程(https://www.runoob.com/html/html-tutorial.html)
3.学习CSS3,在基本页面的基础上,熟悉各种样式。 菜鸟教程(https://www.runoob.com/css3/css3-tutorial.html)
4.学习jquey,在以一种更简便的书写格式写javaScript。 菜鸟教程(https://www.runoob.com/jqueryui/jqueryui-tutorial.html)
5.学习Bootstrap,更快捷的生成HTML页面。 菜鸟教程(https://www.runoob.com/bootstrap4/bootstrap4-tutorial.html)
6.学习nodejs,先以nodejs为切入点,后期扩展学习后台语言。 菜鸟教程(https://www.runoob.com/nodejs/nodejs-tutorial.html)
7.学习mongodb,认识数据库。 菜鸟教程(https://www.runoob.com/mongodb/mongodb-tutorial.html)
8.学习React、构建UI、拥有较高的性能,代码逻辑非常简单。 菜鸟教程(https://www.runoob.com/react/react-tutorial.html)
9.学习Vue、Vue 的目标是通过尽可能简单的 API 实现响应的数据绑定和组合的视图组件。 菜鸟教程(https://www.runoob.com/vue2/vue-tutorial.html)
二、 思维导图