Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
9e35fca
error handling
Apr 21, 2020
a93d3d9
data
Apr 21, 2020
9710f12
added commit field to pinned
akashraj9828 Apr 21, 2020
948442c
Cleaned for merge from dev2
akashraj9828 Apr 22, 2020
4d35b3f
merge from dev2
akashraj9828 Apr 22, 2020
f9dd7b6
Merge pull request #2 from akashraj9828/dev2
akashraj9828 Apr 22, 2020
5656f1c
Sentry added + logo removed from basicInfo
akashraj9828 Apr 22, 2020
1ac6b60
Merge branch 'development' of https://github.com/akashraj9828/gitstat…
akashraj9828 Apr 22, 2020
d14972e
2 language charts added + Loader implemented
akashraj9828 Apr 22, 2020
b5781b3
@nivo/pie added
akashraj9828 Apr 22, 2020
86b23b6
Footer, Logo ,Campus expert logo added
akashraj9828 Apr 22, 2020
5457680
bar chart added. Old barchart renamed to pie chart.
akashraj9828 Apr 22, 2020
febaa3d
change message
Apr 23, 2020
e6ff005
remove space
Apr 23, 2020
ea109a2
Merge branch 'development' of https://github.com/akashraj9828/gitstat…
Apr 23, 2020
493fe58
sentry not working fixed
akashraj9828 Apr 23, 2020
a0462b0
..
akashraj9828 Apr 23, 2020
5ca7529
Generate source map for debuggin
akashraj9828 Apr 23, 2020
aaf8933
added loader
Apr 23, 2020
598aaf2
Merge branch 'development' of https://github.com/akashraj9828/gitstat…
Apr 23, 2020
2e95001
add live search
Apr 23, 2020
836d1d5
remove files
Apr 23, 2020
e3a25c6
search box
Apr 23, 2020
b5883b5
search
akashraj9828 Apr 23, 2020
139f00f
removed package-lock.json
akashraj9828 Apr 23, 2020
8d1a3f0
search
Apr 23, 2020
6b12262
fixed conflict
Apr 23, 2020
a19d15b
remove package
Apr 23, 2020
cc25c53
Merge branch 'development' of https://github.com/akashraj9828/gitstat…
Apr 23, 2020
5772d17
Delete package-lock.json
amirSohel007 Apr 23, 2020
3a3037b
package add
Apr 23, 2020
ad6869e
Merge branch 'development' of https://github.com/akashraj9828/gitstat…
Apr 23, 2020
ba8e706
add deboubce
Apr 23, 2020
d5aa5a1
handle blank request
Apr 23, 2020
22cf356
mobile haeder fixed
Apr 24, 2020
ee746a8
footer style
Apr 24, 2020
0726adf
alignment fixed
Apr 24, 2020
8ff4fb8
mobile responsive fixed
Apr 24, 2020
41ab9a1
tracking
Apr 24, 2020
4205938
mobile alignment changed
Apr 24, 2020
de160ee
error handling
Apr 24, 2020
d0f3f86
footer position
Apr 24, 2020
e816814
fixed footer
Apr 24, 2020
e40c199
// To-Do
akashraj9828 Apr 24, 2020
9a4f2b4
Added new commit analysis chart // moved pinned repo section to middle
akashraj9828 Apr 25, 2020
06db9ca
loading page
Apr 25, 2020
cc85334
adding change
Apr 25, 2020
c87a4f1
incomplete week calculations for graph
akashraj9828 Apr 25, 2020
23061e4
hide search Box
Apr 25, 2020
17f473a
most productive days added
akashraj9828 Apr 25, 2020
e958bc4
front-end changes updated
Apr 26, 2020
714a6b4
change title dynamic
Apr 26, 2020
8c323ee
lending page added
Apr 26, 2020
4a39200
new changes commit
Apr 26, 2020
9ad9885
removed popular pending recent activity card
akashraj9828 Apr 26, 2020
758e383
users latest activity tab added
akashraj9828 Apr 26, 2020
790bb65
landing page changes also bumped to v1.0.0
akashraj9828 Apr 26, 2020
fbaaa14
UI changes
Apr 26, 2020
6924310
change theme mode
Apr 26, 2020
1e19584
Merge branch 'dev2' into development
akashraj9828 Apr 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#.env
GENERATE_SOURCEMAP=false
# GENERATE_SOURCEMAP for debugging
#GENERATE_SOURCEMAP=false
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ yarn-error.log*
/graphql_payload
/graphql

yarn.lock
yarn.lock
package.lock.json

/graphql
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
{
"name": "git-stats",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"engines": {
"node": "10.16.x",
"npm": "6.x"
},
"dependencies": {
"@nivo/bar": "^0.61.1",
"@nivo/pie": "^0.61.1",
"@sentry/browser": "^5.15.5",

"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"express": "^4.17.1",
"javascript-time-ago": "^2.0.7",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"react": "^16.13.1",
"react-debounce-input": "^3.2.2",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1"
"react-scripts": "3.4.1",
"react-share": "^4.1.0"
},
"scripts": {
"start": "node server.js",
Expand Down
Binary file removed public/cat-logo.png
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/campus_expert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/img/dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 15 additions & 25 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,33 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
content="GitStats - An open-source contribution analyzer"/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Git Stats - An open-source contribution analyzer </title>
<title>GitStats - An open-source contribution analyzer </title>
</head>
<body class="night-mode">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132223767-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-132223767-1');
</script>

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
1 change: 1 addition & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
15 changes: 5 additions & 10 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "GitStats",
"name": "GitStats - An OpenSource Contribution Analyzer",
"icons": [
{
"src": "favicon.ico",
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"src": "logo.svg",
"type": "image/svg",
"sizes": "512x512"
}
],
Expand Down
6 changes: 2 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import React from 'react';
import Home from'./Components/Views/Home'
import Header from './Components/Header'
import './App.scss';
import { BrowserRouter as Router } from "react-router-dom"
import LandingPage from './Components/Views/LandingPage'
import { Route, Switch } from "react-router"


function App() {
return (
<div className="App">
<Header />
<Router>
<Switch>
<Route path="/" exact component={Home} />
<Route path="/" exact component={LandingPage} />
<Route path="/:username" exact component={Home}/>
{/* <Home /> */}
</Switch>
</Router>
</div>
Expand Down
Loading