Skip to content

Xymoh/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

My own website where you can get to know me and see my recent works! This project was bootstrapped with Create React App.

Link to my website

Netlify Status If you want to see the website live click on this Link here

Where do I host it?

Website is hosted on Netify! Check it out by yourself. Link here

Favicon had been downloaded from here:

Link here Thanks Creatype for sharing such an awesome icon!

I generated favicon from this website!

Link here

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;