Skip to content

Commit f2e0ff1

Browse files
idea: code.notebook
1 parent 72d5fa4 commit f2e0ff1

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
CODE NOTEBOOK
2+
0000000000000
3+
4+
component.architecture
5+
----------------------
6+
7+
App.js
8+
imports:
9+
MainMenu.js
10+
Notebook.js
11+
App.css
12+
{ Container, Row, Col } from "reactstrap"
13+
14+
Notebook.js
15+
imports:
16+
Snippet.js
17+
{ Row, Col, Button } from "reactstrap"
18+
19+
Snippet.js
20+
imports:
21+
{ Card, CardBody, CardTitle, Button, ButtonGroup } from "reactstrap"
22+
23+
MainMenu.js
24+
imports:
25+
MainMenu.css
26+
uuid from "uuid"
27+
{ Row, Button } from "reactstrap"
28+
{ Prism as SyntaxHighlighter } from "react-syntax-highlighter"
29+
{ dark } from "react-syntax-highlighter/dist/esm/styles/prism"
30+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
CODE NOTEBOOK
2+
0000000000000
3+
4+
user.story
5+
----------
6+
7+
User can...
8+
View a snippet
9+
View a list of snippets
10+
Add a snippet
11+
Edit a snippet
12+
Delete a snippet
13+
14+

0 commit comments

Comments
 (0)