├── public ├── Panda.png ├── robots.txt ├── manifest.json └── index.html ├── src ├── Assets │ ├── Resume.pdf │ ├── Icons │ │ ├── Ejs.png │ │ ├── Sort.png │ │ ├── Wifi.png │ │ ├── Chrome.png │ │ ├── Folder.png │ │ ├── KSJaay.png │ │ ├── Autopsy.png │ │ ├── FTKImager.png │ │ ├── Notepad.png │ │ ├── Recycle.png │ │ ├── Terminal.png │ │ ├── Calculator.png │ │ ├── FullFolder.png │ │ ├── JFreeChart.jpg │ │ ├── RecycleFull.png │ │ ├── TaskManager.png │ │ ├── FileExplorer.png │ │ ├── GithubDesktop.png │ │ ├── NormalBackground.jpg │ │ ├── Vue.svg │ │ ├── Windows.svg │ │ ├── Material_UI.svg │ │ ├── HTML.svg │ │ ├── CSS.svg │ │ ├── NPM.svg │ │ ├── Unity.svg │ │ ├── Strapi.svg │ │ ├── Tensorflow.svg │ │ ├── Visual.svg │ │ ├── Tailwind.svg │ │ ├── BitBucket.svg │ │ ├── Git.svg │ │ ├── Socket.svg │ │ ├── TypeScript.svg │ │ ├── Vercel.svg │ │ ├── JavaScript.svg │ │ ├── Mobx.svg │ │ ├── Scala.svg │ │ ├── MongoDB.svg │ │ ├── Nextjs.svg │ │ ├── Fastify.svg │ │ ├── Java.svg │ │ ├── C.svg │ │ ├── Python.svg │ │ ├── Chartjs.svg │ │ ├── DynamoDB.svg │ │ ├── Oracle.svg │ │ ├── CSharp.svg │ │ ├── CPlus.svg │ │ ├── Github.svg │ │ ├── Firebase.svg │ │ ├── Node.svg │ │ ├── Kotlin.svg │ │ ├── React.svg │ │ ├── Redis.svg │ │ ├── MariaDB.svg │ │ ├── Hotjar.svg │ │ ├── Atom.svg │ │ ├── MySQL.svg │ │ ├── Icons.jsx │ │ ├── jQuery.svg │ │ ├── Nginx.svg │ │ ├── Postman.svg │ │ ├── Expressjs.svg │ │ ├── SQLite.svg │ │ ├── Wireshark.svg │ │ ├── PostgreSQL.svg │ │ ├── Nodejs.svg │ │ ├── mysql-3.svg │ │ ├── WindowsLoading.svg │ │ └── ReactNative.svg │ ├── Images │ │ ├── KSJaay.png │ │ ├── Projects │ │ │ ├── CovidApp.png │ │ │ ├── CovidApp2.png │ │ │ ├── JavaChat.png │ │ │ ├── AmariWebsite.PNG │ │ │ └── AlitaOpenSource.png │ │ ├── TerminalBackground.png │ │ └── Backgrounds │ │ │ ├── Desert.webp │ │ │ ├── Windows.jpg │ │ │ └── WindowsDumb.jpg │ └── CSS │ │ ├── Recent.css │ │ ├── Contact.css │ │ ├── Hero.css │ │ └── MyComputer.css ├── index.js ├── Components │ ├── Apps │ │ ├── Settings.jsx │ │ ├── Portfolio │ │ │ ├── Resume.jsx │ │ │ ├── About.jsx │ │ │ ├── Experience.jsx │ │ │ ├── Projects.jsx │ │ │ └── Contact.jsx │ │ ├── Github.jsx │ │ ├── Editor.jsx │ │ ├── TextEditor.jsx │ │ ├── KSJaay.jsx │ │ ├── Google.jsx │ │ ├── Folder.jsx │ │ └── Recycle.jsx │ └── Computer │ │ ├── BSOD.jsx │ │ ├── Helpers │ │ ├── CreateItem.jsx │ │ └── CreateInFolder.jsx │ │ ├── Modal.jsx │ │ └── Desktop.jsx ├── Index.css ├── App.jsx └── Utils │ └── Style.js ├── .gitignore ├── LICENSE ├── package.json └── README.md /public/Panda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/public/Panda.png -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | # https://www.robotstxt.org/robotstxt.html 2 | User-agent: * 3 | Disallow: 4 | -------------------------------------------------------------------------------- /src/Assets/Resume.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Resume.pdf -------------------------------------------------------------------------------- /src/Assets/Icons/Ejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Ejs.png -------------------------------------------------------------------------------- /src/Assets/Icons/Sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Sort.png -------------------------------------------------------------------------------- /src/Assets/Icons/Wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Wifi.png -------------------------------------------------------------------------------- /src/Assets/Icons/Chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Chrome.png -------------------------------------------------------------------------------- /src/Assets/Icons/Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Folder.png -------------------------------------------------------------------------------- /src/Assets/Icons/KSJaay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/KSJaay.png -------------------------------------------------------------------------------- /src/Assets/Icons/Autopsy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Autopsy.png -------------------------------------------------------------------------------- /src/Assets/Icons/FTKImager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/FTKImager.png -------------------------------------------------------------------------------- /src/Assets/Icons/Notepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Notepad.png -------------------------------------------------------------------------------- /src/Assets/Icons/Recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Recycle.png -------------------------------------------------------------------------------- /src/Assets/Icons/Terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Terminal.png -------------------------------------------------------------------------------- /src/Assets/Images/KSJaay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/KSJaay.png -------------------------------------------------------------------------------- /src/Assets/Icons/Calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/Calculator.png -------------------------------------------------------------------------------- /src/Assets/Icons/FullFolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/FullFolder.png -------------------------------------------------------------------------------- /src/Assets/Icons/JFreeChart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/JFreeChart.jpg -------------------------------------------------------------------------------- /src/Assets/Icons/RecycleFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/RecycleFull.png -------------------------------------------------------------------------------- /src/Assets/Icons/TaskManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/TaskManager.png -------------------------------------------------------------------------------- /src/Assets/Icons/FileExplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/FileExplorer.png -------------------------------------------------------------------------------- /src/Assets/Icons/GithubDesktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/GithubDesktop.png -------------------------------------------------------------------------------- /src/Assets/Icons/NormalBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Icons/NormalBackground.jpg -------------------------------------------------------------------------------- /src/Assets/Images/Projects/CovidApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Projects/CovidApp.png -------------------------------------------------------------------------------- /src/Assets/Images/Projects/CovidApp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Projects/CovidApp2.png -------------------------------------------------------------------------------- /src/Assets/Images/Projects/JavaChat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Projects/JavaChat.png -------------------------------------------------------------------------------- /src/Assets/Images/TerminalBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/TerminalBackground.png -------------------------------------------------------------------------------- /src/Assets/Images/Backgrounds/Desert.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Backgrounds/Desert.webp -------------------------------------------------------------------------------- /src/Assets/Images/Backgrounds/Windows.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Backgrounds/Windows.jpg -------------------------------------------------------------------------------- /src/Assets/Images/Backgrounds/WindowsDumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Backgrounds/WindowsDumb.jpg -------------------------------------------------------------------------------- /src/Assets/Images/Projects/AmariWebsite.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Projects/AmariWebsite.PNG -------------------------------------------------------------------------------- /src/Assets/Images/Projects/AlitaOpenSource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KSJaay/Win10React/HEAD/src/Assets/Images/Projects/AlitaOpenSource.png -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "short_name": "KSJaay", 3 | "name": "Windows 10 themed portfolio using React and Styled components. Recode in the works.", 4 | "start_url": ".", 5 | "display": "standalone", 6 | "theme_color": "#6524FA", 7 | "background_color": "#6524FA" 8 | } 9 | -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import ReactDOM from "react-dom"; 3 | import "./Index.css"; 4 | import { App } from "./App.jsx"; 5 | 6 | ReactDOM.render( 7 | 8 | 9 | , 10 | document.getElementById("root") 11 | ); 12 | -------------------------------------------------------------------------------- /src/Assets/Icons/Vue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Assets/Icons/Windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | /.pnp 6 | .pnp.js 7 | 8 | # testing 9 | /coverage 10 | 11 | # production 12 | /build 13 | 14 | # misc 15 | .DS_Store 16 | .env.local 17 | .env.development.local 18 | .env.test.local 19 | .env.production.local 20 | 21 | npm-debug.log* 22 | yarn-debug.log* 23 | yarn-error.log* 24 | -------------------------------------------------------------------------------- /src/Assets/CSS/Recent.css: -------------------------------------------------------------------------------- 1 | .featured-project-link-item{ 2 | font-size: 1.8em; 3 | margin: 18px 20px 0px 5px; 4 | color: var(--font-color); 5 | text-decoration: none; 6 | } 7 | 8 | .featured-project-link-item:hover{ 9 | cursor: pointer; 10 | color: var(--highlight-color); 11 | } 12 | 13 | @media (max-width: 768px) { 14 | .featured-project-link-item{ 15 | margin: 18px 20px 10px 8px; 16 | } 17 | } -------------------------------------------------------------------------------- /src/Assets/Icons/Material_UI.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Assets/Icons/HTML.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Assets/Icons/CSS.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Assets/Icons/NPM.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Assets/Icons/Unity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Assets/Icons/Strapi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Components/Apps/Settings.jsx: -------------------------------------------------------------------------------- 1 | // I promise I coded this, probably just an old commit or something... 2 | 3 | // Import node_modules 4 | import React from "react"; 5 | import styled from "styled-components"; 6 | 7 | const TextEditor = ({ content }) => { 8 | return ; 9 | }; 10 | 11 | const Container = styled.div` 12 | height: 100%; 13 | width: 100%; 14 | min-height: 100%; 15 | min-width: 100%; 16 | max-height: 100%; 17 | max-width: 100%; 18 | display: flex; 19 | flex-direction: column; 20 | `; 21 | 22 | export default TextEditor; 23 | -------------------------------------------------------------------------------- /src/Components/Apps/Portfolio/Resume.jsx: -------------------------------------------------------------------------------- 1 | // Import node_modules 2 | import React from "react"; 3 | import styled from "styled-components"; 4 | import ResumePdf from "./../../../Assets/Resume.pdf"; 5 | 6 | // Iframe with my resume 7 | const Resume = () => { 8 | return ( 9 | 10 | 17 | 18 | ); 19 | }; 20 | 21 | const Container = styled.div` 22 | width: 100%; 23 | height: 100%; 24 | display: flex; 25 | `; 26 | 27 | export default Resume; 28 | -------------------------------------------------------------------------------- /src/Assets/Icons/Tensorflow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Components/Apps/Github.jsx: -------------------------------------------------------------------------------- 1 | // Import node_modules 2 | import React from "react"; 3 | import styled from "styled-components"; 4 | 5 | // Whole thing is just an iframe 6 | const Github = () => { 7 | return ( 8 | 9 |