Browse Source

gossip-grid: change files naming

pull/761/head
Marie Malarme 3 years ago committed by Clément
parent
commit
24faa16b6a
  1. 2
      dom/gossip-grid_test.js
  2. 8
      subjects/gossip-grid/README.md
  3. 0
      subjects/gossip-grid/gossip-grid.data.js
  4. 0
      subjects/gossip-grid/gossip-grid.html

2
dom/gossip-grid_test.js

@ -1,4 +1,4 @@
import { gossips } from './subjects/gossip-grid/data.js'
import { gossips } from './subjects/gossip-grid/gossip-grid.data.js'
export const tests = []

8
subjects/gossip-grid/README.md

@ -22,16 +22,16 @@ Create 3 `type="range"` inputs with the class `range`, all wrapped in a `div` wi
- [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Form)
- [`<input>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input): [`text`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text), [`range`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range)
### Provided files
### Files
You have at your disposal the following files that you can download to test locally:
You only need to create & submit the JS file `gossip-grid.js` ; we're providing you the following files to download (click right and save link) & test locally:
- the HTML file [index.html](/public/subjects/gossip-grid/index.html) to open in the browser, which includes:
- the HTML file [gossip-grid.html](/public/subjects/gossip-grid/gossip-grid.html) to open in the browser, which includes:
- the JS script which will allow to run your code
- some CSS pre-styled classes: feel free to use those as they are, or modify them
- the data file [data.js](/public/subjects/gossip-grid/data.js) from which you can import `gossips`
- the data file [gossip-grid.data.js](/public/subjects/gossip-grid/gossip-grid.data.js) from which you can import `gossips`
### Expected result

0
subjects/gossip-grid/data.js → subjects/gossip-grid/gossip-grid.data.js

0
subjects/gossip-grid/index.html → subjects/gossip-grid/gossip-grid.html

Loading…
Cancel
Save