xgrid:Frankly 的编码任务

时间:2024-07-03 12:17:56
【文件属性】:

文件名称:xgrid:Frankly 的编码任务

文件大小:40KB

文件格式:ZIP

更新时间:2024-07-03 12:17:56

Ruby

的Xgrid 无需第三方库即可证明熟练使用 JavaScript 的编码作业 要求: 与移动浏览器的兼容性 没有第三方 JavaScript 库 无需设计 UI 样式 说明 给定一个 URL 后缀的数字,制作一个大小为 n 的网格,并在 HTML 中呈现它。 对 URL 格式没有限制。 例如, Here I made the route such that http://localhost:3000/grids/create/n will take you to a form to create a grid of n size. You can view the grids created and their dimensions in a simple CRUD style app. 点击一个空的网格方块会为其添加一个“x”。 再次点击会删除“x”。 I added


【文件预览】:
xgrid-master
----.gitignore(707B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(316B)
----bin()
--------rails(219B)
--------setup(805B)
--------bundle(129B)
--------spring(461B)
--------rake(164B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(343B)
--------schema.rb(1KB)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----vendor()
--------assets()
----config()
--------boot.rb(132B)
--------events.rb(661B)
--------secrets.yml(964B)
--------database.yml(119B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(150B)
--------application.rb(1KB)
--------locales()
--------initializers()
----README.rdoc(2KB)
----lib()
--------assets()
--------tasks()
----Gemfile(548B)
----Rakefile(249B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(312B)
--------controllers()
--------fixtures()
----Gemfile.lock(3KB)

网友评论