Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7f14789

Browse files
Simple Chess Game (#79)
1 parent fc969a8 commit 7f14789

20 files changed

+27712
-12
lines changed

chess-game-react-web-app-project/README.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
![under_construction](https://user-images.githubusercontent.com/37651620/93677983-a7942e00-facc-11ea-8b6d-b57e73dc73bf.png)
1+
## Simple Chess Game
2+
3+
![](https://user-images.githubusercontent.com/37651620/101364822-1b272980-38cb-11eb-8854-ecb490203bc6.png)
4+
## It's Live 🎉 Visit here ==> https://simple-chess-react.netlify.app/
5+
6+
# Getting Started with Create React App
27

38
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
49

@@ -8,23 +13,23 @@ In the project directory, you can run:
813

914
### `yarn start`
1015

11-
Runs the app in the development mode.<br />
16+
Runs the app in the development mode.\
1217
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1318

14-
The page will reload if you make edits.<br />
19+
The page will reload if you make edits.\
1520
You will also see any lint errors in the console.
1621

1722
### `yarn test`
1823

19-
Launches the test runner in the interactive watch mode.<br />
24+
Launches the test runner in the interactive watch mode.\
2025
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
2126

2227
### `yarn build`
2328

24-
Builds the app for production to the `build` folder.<br />
29+
Builds the app for production to the `build` folder.\
2530
It correctly bundles React in production mode and optimizes the build for the best performance.
2631

27-
The build is minified and the filenames include the hashes.<br />
32+
The build is minified and the filenames include the hashes.\
2833
Your app is ready to be deployed!
2934

3035
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
@@ -47,24 +52,24 @@ To learn React, check out the [React documentation](https://reactjs.org/).
4752

4853
### Code Splitting
4954

50-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
55+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
5156

5257
### Analyzing the Bundle Size
5358

54-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
59+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
5560

5661
### Making a Progressive Web App
5762

58-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
63+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
5964

6065
### Advanced Configuration
6166

62-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
67+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
6368

6469
### Deployment
6570

66-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
71+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
6772

6873
### `yarn build` fails to minify
6974

70-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
75+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

0 commit comments

Comments
 (0)