diff --git a/frontend/frontend/package.json b/frontend/frontend/package.json index 6dcd561d..26d92dd6 100644 --- a/frontend/frontend/package.json +++ b/frontend/frontend/package.json @@ -59,11 +59,8 @@ }, "scripts": { "setup-trends": "cp ./public/trends.html ./public/index.html", - "setup-wrapped": "cp ./public/wrapped.html ./public/index.html", "start-trends": "yarn setup-trends && REACT_APP_MODE=trends craco start", - "start-wrapped": "yarn setup-wrapped && REACT_APP_MODE=wrapped PORT=3001 craco start", "build-trends": "yarn setup-trends && REACT_APP_MODE=trends craco build", - "build-wrapped": "yarn setup-wrapped && REACT_APP_MODE=wrapped craco build", "test": "craco test", "eject": "react-scripts eject" }, diff --git a/frontend/frontend/public/preview_wrapped.png b/frontend/frontend/public/preview_wrapped.png deleted file mode 100644 index 68405a34..00000000 Binary files a/frontend/frontend/public/preview_wrapped.png and /dev/null differ diff --git a/frontend/frontend/public/wrapped.html b/frontend/frontend/public/wrapped.html deleted file mode 100644 index 41a406ac..00000000 --- a/frontend/frontend/public/wrapped.html +++ /dev/null @@ -1,77 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{props.title}
- )} - {props.children} -Contributions by Month
-- {displayContribs ? 'By Contribution Count' : 'By LOC Changed'} -
-Contributions by Day
-- {displayContribs ? 'By Contribution Count' : 'By LOC Changed'} -
-- Contribution Calendar -
- {!downloadLoading && ( - - )} -{`${numEvents} ${value.label}`}
- {Array.isArray(newData) && newData.length > 0 ? ( -{`+${num}`}
-{label}
-{`-${num}`}
-{label}
-- {num1} -
-/
-- {num2} -
-{label}
-- {num} Contributions -
-- on {date} -
-{label}
-Most Used Languages
-{useLOCAdded ? 'By LOC Added' : 'By LOC Changed'}
-Most Active Repositories
-{useLOCAdded ? 'By LOC Added' : 'By LOC Changed'}
-Contributions by Type
-Log Scale
-- {num || 'N/A'} -
-{label}
-{label}
-{header}
-{`${data.length} Sampled Contributions, Eastern Time`}
- {Array.isArray(data) && data.length > 0 ? ( -- This is a demo of the GitHub Trends API. Enter your GitHub username - to see statistics about your top languages and repositories from the - past month. -
-Enter your GitHub username to get started!
-- This demo uses a public access token that is heavily rate limited. - For full customization, private contributions, and a personal access - token, create an account instead! -
-1. Detailed
-- GitHub Wrapped provides a breakdown of your contributions by date, - by date, time, repository, and language. Over 20 stats are - displayed. -
-2. Visual
-- Understand your coding contributions like never before with an - interactive calendar, bar charts, pie charts, and more. -
-3. Public
-- Share your GitHub Wrapped link with your friends and colleagues and - take a look at their contributions too.{' '} - No account required, although rate limiting may - apply. -
-Ready to get started?
Create an account today.