All Projects → airen → Jsstudy

airen / Jsstudy

Study JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Jsstudy

Weapp demos
持续更新中的微信小程序和小游戏的源码案例库。目前涵盖了120多个微信小程序或小游戏。
Stars: ✭ 2,466 (+1184.38%)
Mutual labels:  demo
Flutterminimalwebsite
A minimalistic Flutter website template for blogs and portfolios. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 180 (-6.25%)
Mutual labels:  demo
Vue Vant Store
基于vue,vantUI的商城demo,包含前端和后端
Stars: ✭ 187 (-2.6%)
Mutual labels:  demo
Pythondemo
My Python Demo
Stars: ✭ 173 (-9.9%)
Mutual labels:  demo
Demo
A framework for performing live pre-recorded command line demos in the wild 📼
Stars: ✭ 179 (-6.77%)
Mutual labels:  demo
Prisma Auth0 Example
Boilerplate Prisma Startup
Stars: ✭ 184 (-4.17%)
Mutual labels:  demo
Colab
Continual Learning tutorials and demo running on Google Colaboratory.
Stars: ✭ 168 (-12.5%)
Mutual labels:  demo
Babypiganimation
基本动画、位移动画、缩放动画、旋转动画、组动画、关键帧动画、贝塞尔曲线、进度条动画、复杂动画、OC动画、aniamtion、basicanimation等。
Stars: ✭ 192 (+0%)
Mutual labels:  demo
Blog
a blog demo on github pages
Stars: ✭ 179 (-6.77%)
Mutual labels:  demo
Cartoon
漫画软件——使用MVP + Retrofit + RxJava开发
Stars: ✭ 186 (-3.12%)
Mutual labels:  demo
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (+979.17%)
Mutual labels:  demo
Qml
Introductions to key concepts in quantum machine learning, as well as tutorials and implementations from cutting-edge QML research.
Stars: ✭ 174 (-9.37%)
Mutual labels:  demo
Demo
Demo app for the API Platform framework
Stars: ✭ 184 (-4.17%)
Mutual labels:  demo
Confetti.js
A simple confetti animation for your website :)
Stars: ✭ 170 (-11.46%)
Mutual labels:  demo
Vue Switches
An on/off switch component for Vue.js with theme support.
Stars: ✭ 188 (-2.08%)
Mutual labels:  demo
Springboot Elasticsearch
基于springboot的web项目,通过elasticsearch提供的Java API 进行查询操作.
Stars: ✭ 169 (-11.98%)
Mutual labels:  demo
Fluttergames
Flutter app for purchasing and renting games.
Stars: ✭ 182 (-5.21%)
Mutual labels:  demo
Geopackage Js
GeoPackage JavaScript Library
Stars: ✭ 191 (-0.52%)
Mutual labels:  demo
Esp8266 Demos
ESP8266示例工程集合
Stars: ✭ 190 (-1.04%)
Mutual labels:  demo
Jszhuyin
JS 注音:JavaScript 自動選字注音輸入法;"Smart" Chinese Zhuyin Input Method in JavaScript.
Stars: ✭ 184 (-4.17%)
Mutual labels:  demo

jsStudy

Codewake

对于初学JavaScript的同学到一定的时候都希望能有一些练习的案例拿来练手。那么这个仓库就是用来做这样的一件事情。

特别声明: 前面的练习内容【第一课至案例】来源于@Ferris。由于时间太久,未记得来源链接地址。

JavaScript 练习是我自己学习做的一些小案例。里面有不少的错误和不足之处,特请业内大婶多多多指点。如果您和我一样,也是初学者,欢迎提交您的练习,大家一起共进。

项目下载

git clone [email protected]:airen/jsStudy.git

项目运行

先在本地执行:

npm install

如果执行会遇到麻烦,可以尝试:

sudo npm install

或者

tnpm install

安装完依赖环境之后,可以直接运行:

gulp

运行之后,浏览器会直接开启:

http://localhost:3000/

项目首页存放在app目录下,在上面的地址后添加app

http://localhost:3000/app

即可看到对应练习的地址和效果。

**特别声明:**这里的所有案例与效果仅用来作来学习JavaScript使用,如有造成不便之处,或者里面内容有侵权行为,请与我联系:[email protected] !我会第一时间处理。

有关于前端更多好资源,可以访问:W3cplus。如果您对里面的教程感兴趣的话,也可以扫下面的二维码,关注W3cplus。

扫一扫,关注W3cplus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].