Skip to content

Commit ab58e40

Browse files
committed
Merge branch 'source-code' to master
2 parents 619e4cc + b586885 commit ab58e40

32 files changed

Lines changed: 19083 additions & 7 deletions

package-lock.json

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

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "devsonket.github.io",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"axios": "^0.18.0",
7+
"react": "^16.4.2",
8+
"react-dom": "^16.4.2",
9+
"react-ga": "^2.5.3",
10+
"react-router-dom": "^4.3.1",
11+
"react-scripts": "^2.1.1",
12+
"react-share": "^2.3.1",
13+
"react-spinners": "^0.4.5"
14+
},
15+
"scripts": {
16+
"start": "react-scripts start",
17+
"build": "react-scripts build",
18+
"test": "react-scripts test --env=jsdom",
19+
"eject": "react-scripts eject"
20+
},
21+
"browserslist": [
22+
">0.2%",
23+
"not dead",
24+
"not ie <= 11",
25+
"not op_mini all"
26+
]
27+
}

public/favicon.ico

105 KB
Binary file not shown.

public/index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
<meta name="theme-color" content="#464646">
7+
<meta property="og:title" content="ডেভেলপার চিটশিট - বাংলা চিটশিটের ভান্ডার">
8+
<meta property="og:description" content="ডেভেলপারদের জন্যে প্রয়োজনীয় সব চিটশিট একসাথে এবং সম্পূর্ণ বাংলা ভাষায়। নিজের মাতৃভাষায় চিটশিটের ভান্ডার সমৃদ্ধ করতে আপনিও যোগ দিন">
9+
<meta property="og:image" content="https://with.zonayed.me/wp-content/uploads/2018/11/devsonket.png">
10+
<!--
11+
manifest.json provides metadata used when your web app is added to the
12+
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
13+
-->
14+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
15+
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
16+
<!--
17+
Notice the use of %PUBLIC_URL% in the tags above.
18+
It will be replaced with the URL of the `public` folder during the build.
19+
Only files inside the `public` folder can be referenced from the HTML.
20+
21+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
22+
work correctly both with client-side routing and a non-root public URL.
23+
Learn how to configure a non-root public URL by running `npm run build`.
24+
-->
25+
<title>ডেভেলপার চিটশিট - বাংলা চিটশিটের ভান্ডার</title>
26+
</head>
27+
<body>
28+
<noscript>
29+
You need to enable JavaScript to run this app.
30+
</noscript>
31+
<div id="root"></div>
32+
<!--
33+
This HTML file is a template.
34+
If you open it directly in the browser, you will see an empty page.
35+
36+
You can add webfonts, meta tags, or analytics to this file.
37+
The build step will place the bundled scripts into the <body> tag.
38+
39+
To begin the development, run `npm start` or `yarn start`.
40+
To create a production bundle, use `npm run build` or `yarn build`.
41+
-->
42+
</body>
43+
</html>

0 commit comments

Comments
 (0)