All Projects → MedericCar → portfolio

MedericCar / portfolio

Licence: MIT license
Simple yet fully featured portfolio website

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to portfolio

AVS1508.github.io
Personal Résumé Website developed using ReactJS and Bootstrap and hosted on Github Pages. Displays my web presence, story, work experience, education, projects, achievements, and contact information.
Stars: ✭ 24 (-11.11%)
Mutual labels:  resume, portfolio, personal-website
shellbear.me
Source code of my personal website and blog ✨
Stars: ✭ 177 (+555.56%)
Mutual labels:  resume, portfolio, personal-website
skyflash.github.io
🎨 My personal website
Stars: ✭ 108 (+300%)
Mutual labels:  resume, portfolio
portfolio-template
Portfolio template for any developer or designer. Made with love towards everyone :)
Stars: ✭ 21 (-22.22%)
Mutual labels:  portfolio, personal-website
Portfolio-Template
A portfolio website template for Geeks,Programmers and hackers.
Stars: ✭ 159 (+488.89%)
Mutual labels:  resume, portfolio
sutanlab.id
☕️ My Personal Homepage & Blog site with NextJS. 🇺🇸 🇮🇩
Stars: ✭ 39 (+44.44%)
Mutual labels:  portfolio, personal-website
mahtamun-hoque-fahim.github.io
Repository for my ever loved portfolio, for what I've spent a huge amount of time. Check it out !
Stars: ✭ 10 (-62.96%)
Mutual labels:  portfolio, personal-website
portfolio
A portfolio designed for lazy developers all over the world. With little configuration and maintanince let this application automatically update itself without you having to lift a finger!
Stars: ✭ 24 (-11.11%)
Mutual labels:  resume, portfolio
vue-developer-profile
Developer's portfolio built with Gridsome + VueJS
Stars: ✭ 20 (-25.93%)
Mutual labels:  resume, portfolio
trendy-resume
👋 Junho's new Résumé, themed like a shopping mall website! You can make your own with this template too 🔥
Stars: ✭ 63 (+133.33%)
Mutual labels:  resume, portfolio
soon
FW2021 — ✨ Personal site & portfolio for creative developer Henry Desroches
Stars: ✭ 40 (+48.15%)
Mutual labels:  portfolio, personal-website
thundergolfer.github.io
just my website. 🌩🏌🏼‍♂️
Stars: ✭ 16 (-40.74%)
Mutual labels:  portfolio, personal-website
myPortfolio
This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.
Stars: ✭ 127 (+370.37%)
Mutual labels:  portfolio, personal-website
gatsby-theme-portfolio-minimal
A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
Stars: ✭ 51 (+88.89%)
Mutual labels:  portfolio, personal-website
gridsome-starter-resume
💾 Gridsome starter resume with bootstrap
Stars: ✭ 17 (-37.04%)
Mutual labels:  resume, portfolio
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (+118.52%)
Mutual labels:  portfolio, personal-website
personal-website
GitHub monorepo that runs my personal website.
Stars: ✭ 30 (+11.11%)
Mutual labels:  portfolio, personal-website
site
🏞 My name dot com.
Stars: ✭ 54 (+100%)
Mutual labels:  portfolio, personal-website
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+1174.07%)
Mutual labels:  portfolio, personal-website
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-14.81%)
Mutual labels:  portfolio, personal-website
Logo

medericcarriat.com

Simple yet fully featured portfolio website.

example

Features

  • Single page app with snap-scroll effect
  • 3D animation as homepage
  • Timeline to display experiences
  • Projects table with tags and filters
  • Light and dark themes
themes
- Fully responsive

responsiveness

- Themed resume web page (repo)

resume

- Made only with React and Sass, no library

Getting started

Requirements

To try the website on your own machine you will need both Git and Node.js.

Setup

In a terminal :

# Clone the repository
$ git clone https://github.com/MedericCar/portfolio.git
$ cd portfolio

# Install the dependencies
$ npm install

# Launch the development server
$ npm start

From there the website should be accessible through http://localhost:3000/.

Edition

Should one want to modify the data and colors of the website :

  • colors for both light and dark themes are in src/app.scss
  • data for the timeline and the projects table are stored in separate objects in src/data.js (colors used there should be defined in the aforementioned palettes)
  • contact messaging is handled with EmailJS, IDs should be replaced in src/components/contact/Contact.jsx
  • socials and resume URL are in src/components/contact/Socials.jsx

Acknowledgments

Special thanks to Lama Dev for a great tutorial which I used as a basis for this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].