diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58b21fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +# /build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/README.md b/README.md index daf1295..64c6e1c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,115 @@ -# portfolio +# Build a Stunning Portfolio with React JS using Styled-Components and framer-motion for awesome Animations +![GitHub stars](https://img.shields.io/github/stars/codebucks27/react-portfolio-final?style=social&logo=ApacheSpark&label=Stars&maxAge=2592000)   +![GitHub forks](https://img.shields.io/github/forks/codebucks27/react-portfolio-final?style=social&logo=KashFlow)   +![Github Followers](https://img.shields.io/github/followers/codebucks27.svg?style=social&label=Follow&maxAge=2592000)  
+ +This repository contains Final code for The Portfolio Website in ReactJS.
+ +For the **Demo** and **Final Code** checkout this link👇:
+Checkout this Responsive Portfolio in ReactJS
+ +If you want to learn how to create it please follow below tutorial👇:
+https://youtu.be/jcohAIaSy2M
+[![YouTube Video Views](https://img.shields.io/youtube/views/jcohAIaSy2M?style=social)](https://youtu.be/jcohAIaSy2M)
+ +[⚠⚠⚠ If you want full code of this website then you can get it from here👇:
]:: + +You'll get code files which contans code for responsive portfolio website with +all the animations showed in the demo. +Also, I have used React Lazy loading to increase loading speed. + +I have recently updated all the required dependencies for React Portfolio Website. +You might see some differences in implementation such as, + +- In implementing react-router + +- I have removed react-particles-js since it has been deprecated and used react-tsparticles instead, you can see it's implementation in ParticlesComponent.js file. + +- In the index.js file we are no longer using ReactDOM since we can use createRoot in React 18. + +### Images of The Portfolio Website: + +![HOME](https://github.com/codebucks27/React-Portfolio-starter-code-files/blob/main/Portfolio%20Images/Home.png) +![Intro](https://github.com/codebucks27/React-Portfolio-starter-code-files/blob/main/Portfolio%20Images/Intro.png) +![Blog](https://github.com/codebucks27/React-Portfolio-starter-code-files/blob/main/Portfolio%20Images/Blog.png) +![Home Mobile](https://github.com/codebucks27/React-Portfolio-starter-code-files/blob/main/Portfolio%20Images/Home-Mobile.png) +![Intro Mobile](https://github.com/codebucks27/React-Portfolio-starter-code-files/blob/main/Portfolio%20Images/Intro-Mobile.png) +![Intro Blog](https://github.com/codebucks27/React-Portfolio-starter-code-files/blob/main/Portfolio%20Images/Blog-Mobile.png) + +### Resources Used in This Project + +Design in : https://www.figma.com/
+Svg Icons from :https://fontawesome.com/
+Spaceman 3D Image from : https://www.figma.com/community/plugin/769588393361258724/Vectary-3D-Elements
+Audio: Music by Jonas from Pixabay
+Background Photo by Patrick Tomasso on Unsplash + +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + +## Available Scripts + +In the project directory, you can run: + +### `npm start` + +Runs the app in the development mode.\ +Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + +The page will reload if you make edits.\ +You will also see any lint errors in the console. + +### `npm test` + +Launches the test runner in the interactive watch mode.\ +See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. + +### `npm run build` + +Builds the app for production to the `build` folder.\ +It correctly bundles React in production mode and optimizes the build for the best performance. + +The build is minified and the filenames include the hashes.\ +Your app is ready to be deployed! + +See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. + +### `npm run eject` + +**Note: this is a one-way operation. Once you `eject`, you can’t go back!** + +If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. + +Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. + +You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. + +## Learn More + +You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). + +To learn React, check out the [React documentation](https://reactjs.org/). + +### Code Splitting + +This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) + +### Analyzing the Bundle Size + +This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) + +### Making a Progressive Web App + +This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) + +### Advanced Configuration + +This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) + +### Deployment + +This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) + +### `npm run build` fails to minify + +This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) diff --git a/asset-manifest.json b/build/asset-manifest.json similarity index 82% rename from asset-manifest.json rename to build/asset-manifest.json index 0cb098a..f5f535b 100644 --- a/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,17 +1,17 @@ { "files": { "main.css": "/static/css/main.58462fbc.css", - "main.js": "/static/js/main.07676de3.js", + "main.js": "/static/js/main.01b097bd.js", "static/media/u-said-it-v13-1167.mp3": "/static/media/u-said-it-v13-1167.becd66496be9c81ddf9d.mp3", "static/media/patrick-tomasso-Oaqk7qqNh_c-unsplash.jpg": "/static/media/patrick-tomasso-Oaqk7qqNh_c-unsplash.8ca90014fb6ce5980110.jpg", "static/media/spaceman.png": "/static/media/spaceman.5ec7fcfa9a803ead726c.png", "static/media/profile-img.png": "/static/media/profile-img.5d5f6af9aa98aaa4efc6.png", "index.html": "/index.html", "main.58462fbc.css.map": "/static/css/main.58462fbc.css.map", - "main.07676de3.js.map": "/static/js/main.07676de3.js.map" + "main.01b097bd.js.map": "/static/js/main.01b097bd.js.map" }, "entrypoints": [ "static/css/main.58462fbc.css", - "static/js/main.07676de3.js" + "static/js/main.01b097bd.js" ] } \ No newline at end of file diff --git a/build/favicon.ico b/build/favicon.ico new file mode 100644 index 0000000..55e1d61 Binary files /dev/null and b/build/favicon.ico differ diff --git a/index.html b/build/index.html similarity index 68% rename from index.html rename to build/index.html index 22bdd9f..c27f2a9 100644 --- a/index.html +++ b/build/index.html @@ -1 +1 @@ -CodeBucks | Awesome portfolio built with React JS
\ No newline at end of file +Thanapat Portfolio DevSecOps
\ No newline at end of file diff --git a/build/logo192.png b/build/logo192.png new file mode 100644 index 0000000..8ccbf30 Binary files /dev/null and b/build/logo192.png differ diff --git a/build/logo512.png b/build/logo512.png new file mode 100644 index 0000000..1a1db97 Binary files /dev/null and b/build/logo512.png differ diff --git a/manifest.json b/build/manifest.json similarity index 100% rename from manifest.json rename to build/manifest.json diff --git a/robots.txt b/build/robots.txt similarity index 100% rename from robots.txt rename to build/robots.txt diff --git a/static/css/main.58462fbc.css b/build/static/css/main.58462fbc.css similarity index 100% rename from static/css/main.58462fbc.css rename to build/static/css/main.58462fbc.css diff --git a/static/css/main.58462fbc.css.map b/build/static/css/main.58462fbc.css.map similarity index 100% rename from static/css/main.58462fbc.css.map rename to build/static/css/main.58462fbc.css.map diff --git a/static/js/main.07676de3.js b/build/static/js/main.01b097bd.js similarity index 54% rename from static/js/main.07676de3.js rename to build/static/js/main.01b097bd.js index ff319d4..37af37b 100644 --- a/static/js/main.07676de3.js +++ b/build/static/js/main.01b097bd.js @@ -1,3 +1,3 @@ -/*! For license information please see main.07676de3.js.LICENSE.txt */ -!function(){var e={300:function(e){"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var i,r,a;if(Array.isArray(t)){if((i=t.length)!=n.length)return!1;for(r=i;0!==r--;)if(!e(t[r],n[r]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((i=(a=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(r=i;0!==r--;)if(!Object.prototype.hasOwnProperty.call(n,a[r]))return!1;for(r=i;0!==r--;){var o=a[r];if(("_owner"!==o||!t.$$typeof)&&!e(t[o],n[o]))return!1}return!0}return t!==t&&n!==n}},110:function(e,t,n){"use strict";var i=n(309),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return i.isMemo(e)?o:s[e.$$typeof]||r}s[i.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[i.Memo]=o;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,n,i){if("string"!==typeof n){if(p){var r=h(n);r&&r!==p&&e(t,r,i)}var o=c(n);d&&(o=o.concat(d(n)));for(var s=l(t),v=l(n),y=0;y