Repository: shloksomani/react-terminal-portfolio Branch: gh-pages Commit: 857728357bbe Files: 13 Total size: 150.6 KB Directory structure: gitextract_ih7i1lf0/ ├── .gitattributes ├── LICENSE ├── README.md ├── asset-manifest.json ├── index.html ├── manifest.json ├── precache-manifest.4fda5c3fc86818938c5c093db254a719.js ├── robots.txt ├── service-worker.js └── static/ ├── css/ │ └── main.bf0095ea.chunk.css └── js/ ├── 2.4ee44813.chunk.js ├── main.280a35a0.chunk.js └── runtime-main.e3d21111.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ *.html linguist-detectable=false *.js linguist-detectable=true ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2019 Shlok Somani Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ ## React-terminal-portfolio Minimal Portfolio template for Developers built with React. Use it to showcase your work, testimonials and other information to clients. If you like it give it a :star: ## Preview ![](react-terminal.gif) ## Code The code for this project is in the code-react-terminal branch. For deploying your react-app to GitHub pages follow this link - [Deploy-to-github-pages](https://reactgo.com/deploy-react-app-github-pages/) ## Installation - Clone/Fork the repo. - cd into the cloned repository - Run `npm install`. - Change the values in `src/components/cat.jsx` to suit your use-case. - Run `npm start` to spin the up the local dev server port http://localhost:3000 ## GitHub Pages GitHub makes it easy to create personal websites. Follow this link - [GitHub Pages](https://pages.github.com/) to know how or follow the steps below. If you already have a GitHub profile (obviously) - Create a new repo with the name {username}.github.io - Clone/Fork this repo and copy the files to your newly created repo - Customize your name, links and everything else for your landing page - git push Voila! Your site should be live at https://{username}.github.io Here's is a **dummy Landing Page** - [react portfolio](https://shloksomani.github.io/react-terminal-portfolio/) ## Todo - Have the arrow functionality so that user can cycle through prev commands - Tab auto complete - Giving unique id's to list elements and removing the hard coded one - Change the theme on user commands - A card like structure for diffrent projects and education ## Licence MIT License © Shlok Somani ================================================ FILE: asset-manifest.json ================================================ { "files": { "main.css": "/react-terminal-portfolio/static/css/main.bf0095ea.chunk.css", "main.js": "/react-terminal-portfolio/static/js/main.280a35a0.chunk.js", "main.js.map": "/react-terminal-portfolio/static/js/main.280a35a0.chunk.js.map", "runtime-main.js": "/react-terminal-portfolio/static/js/runtime-main.e3d21111.js", "runtime-main.js.map": "/react-terminal-portfolio/static/js/runtime-main.e3d21111.js.map", "static/js/2.4ee44813.chunk.js": "/react-terminal-portfolio/static/js/2.4ee44813.chunk.js", "static/js/2.4ee44813.chunk.js.map": "/react-terminal-portfolio/static/js/2.4ee44813.chunk.js.map", "index.html": "/react-terminal-portfolio/index.html", "precache-manifest.4fda5c3fc86818938c5c093db254a719.js": "/react-terminal-portfolio/precache-manifest.4fda5c3fc86818938c5c093db254a719.js", "service-worker.js": "/react-terminal-portfolio/service-worker.js", "static/css/main.bf0095ea.chunk.css.map": "/react-terminal-portfolio/static/css/main.bf0095ea.chunk.css.map" }, "entrypoints": [ "static/js/runtime-main.e3d21111.js", "static/js/2.4ee44813.chunk.js", "static/css/main.bf0095ea.chunk.css", "static/js/main.280a35a0.chunk.js" ] } ================================================ FILE: index.html ================================================ React App
================================================ FILE: manifest.json ================================================ { "short_name": "React App", "name": "Create React App Sample", "icons": [ { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { "src": "logo192.png", "type": "image/png", "sizes": "192x192" }, { "src": "logo512.png", "type": "image/png", "sizes": "512x512" } ], "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" } ================================================ FILE: precache-manifest.4fda5c3fc86818938c5c093db254a719.js ================================================ self.__precacheManifest = (self.__precacheManifest || []).concat([ { "revision": "2572e495e69a042d12f55626ea58399d", "url": "/react-terminal-portfolio/index.html" }, { "revision": "e4331104f69a5aae6b3b", "url": "/react-terminal-portfolio/static/css/main.bf0095ea.chunk.css" }, { "revision": "9e76de35d71e578643ac", "url": "/react-terminal-portfolio/static/js/2.4ee44813.chunk.js" }, { "revision": "e4331104f69a5aae6b3b", "url": "/react-terminal-portfolio/static/js/main.280a35a0.chunk.js" }, { "revision": "e52e33c27f8acaf35c6b", "url": "/react-terminal-portfolio/static/js/runtime-main.e3d21111.js" } ]); ================================================ FILE: robots.txt ================================================ # https://www.robotstxt.org/robotstxt.html User-agent: * ================================================ FILE: service-worker.js ================================================ /** * Welcome to your Workbox-powered service worker! * * You'll need to register this file in your web app and you should * disable HTTP caching for this file too. * See https://goo.gl/nhQhGp * * The rest of the code is auto-generated. Please don't update this file * directly; instead, make changes to your Workbox build configuration * and re-run your build process. * See https://goo.gl/2aRDsh */ importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); importScripts( "/react-terminal-portfolio/precache-manifest.4fda5c3fc86818938c5c093db254a719.js" ); self.addEventListener('message', (event) => { if (event.data && event.data.type === 'SKIP_WAITING') { self.skipWaiting(); } }); workbox.core.clientsClaim(); /** * The workboxSW.precacheAndRoute() method efficiently caches and responds to * requests for URLs in the manifest. * See https://goo.gl/S9QRab */ self.__precacheManifest = [].concat(self.__precacheManifest || []); workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/react-terminal-portfolio/index.html"), { blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/], }); ================================================ FILE: static/css/main.bf0095ea.chunk.css ================================================ body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{color:#fff}@-webkit-keyframes cursor-blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes cursor-blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.four-oh-four{position:relative;top:0;left:0;min-height:100vh;min-width:100vw;z-index:2;background-color:#000;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;background-position:50%;background-repeat:no-repeat}.four-oh-four .dJAX_internal,.here{opacity:0}.here{position:fixed;left:0;background-color:#000;width:100%}.terminal{position:relative;padding:4rem}.terminal .prompt{color:#1ff042;display:block;font-family:AndaleMono,monospace;font-weight:700;font-size:.9em;letter-spacing:.15em;white-space:pre-wrap;text-shadow:0 0 2px rgba(31,240,66,.75);line-height:1;margin-bottom:.75em}.terminal .prompt:before{content:"> ";display:inline-block}.terminal .new-output{display:inline-block}.terminal .new-output:after{display:inline-block;vertical-align:-.15em;width:.75em;height:1em;margin-left:5px;background:#1ff042;box-shadow:1px 1px 1px rgba(31,240,66,.65),-1px -1px 1px rgba(31,240,66,.65),1px -1px 1px rgba(31,240,66,.65),-1px 1px 1px rgba(31,240,66,.65);-webkit-animation:cursor-blink 1.25s steps(1) infinite;animation:cursor-blink 1.25s steps(1) infinite;content:""}.result{color:#1ff042;display:block;width:90vh;font-family:AndaleMono,monospace;font-size:.9em;letter-spacing:.15em;white-space:pre-wrap;text-shadow:0 0 2px rgba(31,240,66,.75);line-height:1;margin-bottom:.75em}a{color:#fff;text-decoration:none;-webkit-animation:cursor-blink 1.5s steps(1) infinite;animation:cursor-blink 1.5s steps(1) infinite;display:inline-block;padding:25px}a:hover{text-decoration:underline}img{padding:10px;vertical-align:middle} /*# sourceMappingURL=main.bf0095ea.chunk.css.map */ ================================================ FILE: static/js/2.4ee44813.chunk.js ================================================ (this["webpackJsonpreact-terminal-portfolio"]=this["webpackJsonpreact-terminal-portfolio"]||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(12)},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){for(var n=0;nz.length&&z.push(e)}function R(e,t,n){return null==e?0:function e(t,n,r,l){var o=typeof t;"undefined"!==o&&"boolean"!==o||(t=null);var u=!1;if(null===t)u=!0;else switch(o){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case a:case i:u=!0}}if(u)return r(l,t,""===n?"."+F(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var c=0;c