An open API service indexing awesome lists of open source software.

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

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

[![Netlify Status](https://api.netlify.com/api/v1/badges/b190d8f2-4e4c-4ab4-8546-3ecc0a17dc15/deploy-status)](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;