All Projects → harikanani → PortfolioV2

harikanani / PortfolioV2

Licence: MIT license
🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to PortfolioV2

ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+74.62%)
Mutual labels:  personal-site, personal-website, react-portfolio
sweetroll2
A powerful micro/blogging engine with IndieWeb features (abandoned)
Stars: ✭ 27 (-86.29%)
Mutual labels:  personal-site, personal-website
andresrodriguez55.github.io
Personal blog and portfolio with administration panel, notification system and comment system.
Stars: ✭ 18 (-90.86%)
Mutual labels:  personal-site, personal-website
resumeX
📄📱💬 A special resume/CV or personal homepage made with React and LESS.
Stars: ✭ 34 (-82.74%)
Mutual labels:  personal-site, personal-website
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 (-87.82%)
Mutual labels:  personal-site, personal-website
salati
A small web app for prayers times in cities of Morocco
Stars: ✭ 14 (-92.89%)
Mutual labels:  webapp, hacktoberfest2021
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (-79.19%)
Mutual labels:  personal-site, personal-website
www
🦁 Source files for my personal site
Stars: ✭ 64 (-67.51%)
Mutual labels:  personal-site, personal-website
peterthehan
My personal site and profile README.
Stars: ✭ 36 (-81.73%)
Mutual labels:  personal-site, personal-website
jasond94.github.io
Personal website:
Stars: ✭ 67 (-65.99%)
Mutual labels:  personal-site, personal-website
phuctm97.com
🏚 Home on the Web
Stars: ✭ 41 (-79.19%)
Mutual labels:  personal-site, personal-website
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (-78.68%)
Mutual labels:  webapp, website-template
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-91.37%)
Mutual labels:  webapp, hacktoberfest2021
personal-page
Personal Page is a project that contains a person's personal information and resume.
Stars: ✭ 20 (-89.85%)
Mutual labels:  personal-site, personal-website
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (-74.11%)
Mutual labels:  react-portfolio, hacktoberfest2021
v2
🧪 Personal website built using React!
Stars: ✭ 113 (-42.64%)
Mutual labels:  personal-site, personal-website
personal-website
GitHub monorepo that runs my personal website.
Stars: ✭ 30 (-84.77%)
Mutual labels:  personal-site, personal-website
hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (-70.05%)
Mutual labels:  personal-site, personal-website
open-climate-investing
Application and data for analyzing and structuring portfolios for climate investing.
Stars: ✭ 20 (-89.85%)
Mutual labels:  hacktoberfest2021
HacktoSearch
Helping you find the best contributions you can make in Hacktoberfest 2021!
Stars: ✭ 17 (-91.37%)
Mutual labels:  hacktoberfest2021

PortfolioV2

PortfolioV2

A clean portfolio template. (Readme will be updated soon)

Sections

  • Home
  • Education and Certificates
  • Experience
  • Projects
  • Contact and Resume

How To Use

  • Clone this repository (or fork, then clone your fork :) )
  • Run npm i
  • Check it out using npm start

How Do I Customize

  • Replace homepage in package.json to your domain name or https://<username>.github.io
  • In src/portfolio.js you can add your personal portfolio details.
  • In src/theme.js you can change the theme colors. You can change between Light and Dark theme with the theme switch on the header.

How to Deploy

  • Once you are done with your setup and have successfully completed all steps above, you need to put your website online!
  • I highly recommend using Github Pages to achieve this the EASIEST WAY.
  • To deploy your website, you have two options. First you need to create a github repository with the name <your-github-username>.github.io. Please don't give it any other name.
  • Now, you need to generate a production build and deploy the website.

Option 1:

  • Run npm run build to generate the production build folder.
  • Enter the build folder, git init and push the generated code to the master branch of your new repository. That's it. Done. You may need to git init and force push at every new build.

Option 2 (will not work with user pages):

  • Run npm run deploy to build and create a branch called gh-pages. It will push the build files to that branch.
  • The last step in deploying is to enable Github Pages in settings of the repository and select gh-pages branch.

Now, your website is successfully deployed and you can visit it at <your-github-username>.github.io.

Technologies used 🛠️

illustrations 🍥

References

Based on https://github.com/ashutosh1919/masterPortfolio/ and https://github.com/saadpasta/developerFolio Illustrations: https://undraw.co/

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].