Giter Site home page Giter Site logo

mehrdad-shokri / react-simple-portfolio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codewithvk/react-simple-portfolio

0.0 0.0 0.0 3.27 MB

Sort, Simple and easy to modifiable react portfolio🚀

Home Page: https://react-simple-portfolio-codewithvk.netlify.app/

JavaScript 65.60% HTML 8.02% CSS 26.37%

react-simple-portfolio's Introduction

React Simple Portfolio

Intro GIF

Getting started

  1. Clone the repo git clone https://github.com/codewithvk/React-simple-portfolio.git or use the template by clicking on "Use this template"

Intro GIF

  1. Go into the project directory and install the node modules by running npm install

  2. After successfully installing all the node modules run npm start

You should be able to see the website running in a new tab on http://localhost:3000/

Customisation

For user simplicity I created a central file where you can add your info which will be reflected on local/prod.

Experience

  • In the Experience section you can add your work history. For that, you should go to /src/ExData.js, where you can modify the JSON according to you.
const workHistory = [
  {
    companyName : '..',
    role: '..',
    duration: "...",
    workDes: [
        '....',
        '...',
        '..'
      ],
    exposer: [..] ,
    link: '..',
 },
]

Projects

  • In the Projects section you can add your Project. For that, you should go to /src/projectData.js, where you can modify the JSON according to you.
const projects = [
   {
       title: '...',
       image: '..',
       description: "...",
       tools: ["..",".."],
       github: '...',
       link: '..',
    },
]

The same customisations can be implemented in the skills and main sections. For that you can refer to the file src/root.link.js and src/SkillData.js.

If you would like to add any skill which is not mentioned, then you will need to download a svg for the skill logo, for that you can refer here.

Contributor & Credit

I used the basic template from Deelip's repo, customised it and made everything centralised!

Do not Repeat your self!

Want to contribute or have any queries? Feel free to drop me an email at [email protected].

react-simple-portfolio's People

Contributors

arsalan98m avatar codewithvk avatar jsvigneshkanna avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.