Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6547796

Browse files
Move code review projects into this repo.
1 parent 0edee92 commit 6547796

File tree

114 files changed

+137950
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+137950
-0
lines changed

‎piano/.gitignore‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
.eslintcache
22+
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*

‎piano/README.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# README
2+
3+
## Setup
4+
5+
Getting started with this project is very easy. Run:
6+
7+
```
8+
npm install
9+
npm start
10+
```
11+
12+
If you get a `react-scripts start` error, then remove the `node_modules`
13+
folder and re-run the two commands in the code block.
14+
15+
## Demo
16+
17+
#### Piano UI
18+
<div class="flex flex-row">
19+
<img src="./img/piano_0.png" width="400">
20+
<img src="./img/piano_2.png" width="400">
21+
</div>

‎piano/img/piano_0.png‎

72.4 KB
Loading[フレーム]

‎piano/img/piano_1.png‎

72.6 KB
Loading[フレーム]

‎piano/img/piano_2.png‎

76.8 KB
Loading[フレーム]

‎piano/package-lock.json‎

Lines changed: 36028 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎piano/package.json‎

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "piano",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"@testing-library/jest-dom": "^5.11.8",
7+
"@testing-library/react": "^11.2.2",
8+
"@testing-library/user-event": "^12.6.0",
9+
"react": "^17.0.1",
10+
"react-dom": "^17.0.1",
11+
"react-scripts": "4.0.1",
12+
"web-vitals": "^0.2.4"
13+
},
14+
"scripts": {
15+
"start": "react-scripts start",
16+
"build": "react-scripts build",
17+
"test": "react-scripts test",
18+
"eject": "react-scripts eject"
19+
},
20+
"eslintConfig": {
21+
"extends": [
22+
"react-app",
23+
"react-app/jest"
24+
]
25+
},
26+
"browserslist": {
27+
"production": [
28+
">0.2%",
29+
"not dead",
30+
"not op_mini all"
31+
],
32+
"development": [
33+
"last 1 chrome version",
34+
"last 1 firefox version",
35+
"last 1 safari version"
36+
]
37+
}
38+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /