https://github.com/xymoh/portfolio
My personal portfolio
https://github.com/xymoh/portfolio
css emailjs html javascript portfolio react router-dom styledcomponents swiper
Last synced: about 2 months ago
JSON representation
My personal portfolio
- Host: GitHub
- URL: https://github.com/xymoh/portfolio
- Owner: Xymoh
- Created: 2022-02-10T21:42:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T19:29:11.000Z (about 1 year ago)
- Last Synced: 2025-02-24T20:30:25.620Z (about 1 year ago)
- Topics: css, emailjs, html, javascript, portfolio, react, router-dom, styledcomponents, swiper
- Language: JavaScript
- Homepage: https://sruszkiewicz.netlify.app/
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
My own website where you can get to know me and see my recent works!
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Link to my website
[](https://app.netlify.com/sites/sruszkiewicz/deploys)
If you want to see the website live click on this [Link here](https://sruszkiewicz.netlify.app/)
### Where do I host it?
Website is hosted on Netify! Check it out by yourself. [Link here](https://www.netlify.com/)
### Favicon had been downloaded from here:
[Link here](https://www.flaticon.com/free-icon/brifcase_6896450?term=portfolio&page=1&position=95&page=1&position=95&related_id=6896450&origin=search)
Thanks **Creatype** for sharing such an awesome icon!
### I generated favicon from this website!
[Link here](https://realfavicongenerator.net/)
### Will it have any future updates?
It is gonna have some more slight updates focusing with additional projects.
If there are any bugs please do let me know, will fix them asap :).
## Program created using React
For programming I had used React with few additional external components/extensions, such as:
- Styled Components
- emailjs
- Swiper
- swiper/react
- react-transition-group
- router-dom
- react-icons
- global style
and fonts:
- RobotoMono Regular
- Montserrat SemiBold
- Montserrat Bold
Entire website uses just a few hexcodes of colors to make a consistent theme. These are:
- --dark-bg: #262626;
- --gray-1: #BCB4B4;
- --deep-dark: #1E1E1E;
- --gray-2: #363636;
- --white : white;
- --black: black;