-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from PerryM123/develop
ver0.4リリース
- Loading branch information
Showing
30 changed files
with
241 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LOCAL_URL=http://localhost:3000 | ||
GITPAGES_URL=https://raw.githubusercontent.com/PerryM123/tekken-frame-data/master/public | ||
LOCAL_URL=http://localhost:3000/tekken-frame-data | ||
GITHUB_PAGES_URL=https://raw.githubusercontent.com/PerryM123/tekken-frame-data/develop/public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# Tekken Frame Data ver0.4 | ||
※ [日本語のREADME.mdはここ!](README.md)👈 | ||
|
||
## Why Am I Making This? | ||
|
||
Recently I've been getting to a fighting game called Tekken 7. There are various websites with strategy info but unfortunately, those websites were: | ||
- difficult to navigate | ||
- does not contain the functionality I wanted | ||
for me so I decided to make my own. | ||
|
||
## Included Features Added To The Project | ||
|
||
### 1) When the command move is pressed, video will be displayed showing the move | ||
![alt text](./sampleData/video-moves.gif) | ||
|
||
________ | ||
|
||
|
||
### 2) Change the order of table details | ||
![alt text](./sampleData/video-change-order.gif) | ||
|
||
________ | ||
|
||
### 3) Highlighting of data within the table | ||
![alt text](./sampleData/video-highlighting.gif) | ||
|
||
## The Goal | ||
|
||
To get a handle on developing with Next.js, Express.js, and mysql. | ||
|
||
※ Express.js and mysql development will be handled on a separate repository | ||
|
||
## Github Pages | ||
|
||
https://perrym123.github.io/tekken-frame-data/ | ||
|
||
## Getting Started | ||
|
||
``` | ||
$ git clone [email protected]:PerryM123/tekken-frame-data.git | ||
$ cd tekken-frame-data | ||
$ yarn | ||
$ yarn dev | ||
``` | ||
|
||
## Techonogies being used | ||
|
||
- フロント技術: NextJS | ||
- サーバーサイド技術: express.JS (TODO: Add repo here) | ||
- データベース: mysql | ||
|
||
## Prettier configurations | ||
|
||
For those using vscode, the settings below should get Prettier setup fine. | ||
|
||
``` | ||
{ | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[typescriptreact]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
public/sampleData/api/characterFrameData/heihachi/sampleResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "Heihachi", | ||
"name": "heihachi", | ||
"description": "Heihachi is the ________", | ||
"moves": [ | ||
{ | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.