Git Product home page Git Product logo

react-vscode-portfolio's Introduction

gh-pages-shield website-shield Forks Stargazers Issues MIT License LinkedIn


Logo

react-vscode-portfolio

A vscode inspired portfolio project
Explore the docs »

View Demo · Markdown prview · Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Demonstration
  4. Features
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

The project is inspired by Visual Studio Code and caglarturali.github.io. The pages of the portfolio are powered by markdown, which make them easy to modify or add your own contents.

(back to top)

Built With

(back to top)

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/noworneverev/react-vscode-portfolio.git
  2. Install NPM packages

    npm install
  3. Enter your name in .env.development

    REACT_APP_NAME=<your_name>
  4. Add your markdown pages in public/pages

  5. Add your routes in src/app/pages/page.ts, make sure the names of pages are consistent with markdown files.

    export const pages = [
      { index: 0, name: 'overview.md', route: '/overview' },
      { index: 1, name: 'skills.md', route: '/skills' },
      { index: 2, name: 'experience.md', route: '/experience' },
      { index: 3, name: 'education.md', route: '/education' },
      { index: 4, name: 'projects.md', route: '/projects' },  
      { index: 5, name: 'certificates.md', route: '/certificates' },
      { index: 6, name: 'accomplishments.md', route: '/accomplishments' },
    ];
  6. Add your social links in src/app/pages/link.tsx, which will appear in both sidebar and homepage.

    export const links = [
      {
        index: 0,
        title: "Find me on Github",
        href: "https://github.com/noworneverev",
        icon: <FaGithub />,
      },
    ];
  7. Runs the app in the development mode

    npm start
  8. Deploy your own portfolio,

    • modify homepage property in package.json
    "homepage": "https://{username}.github.io/{repo-name}"
    

    * For a project site, that's the format. For a user site, the format is: https://{username}.github.io. You can read more about the homepage property in the "GitHub Pages" section of the create-react-app documentation.

    • modify Google Analytic measurement id in .env.production
    REACT_APP_NAME=<your_name>
    REACT_APP_MEASUREMENT_ID=<your_measurement_id>   
    

Alternative Deployment

docker-compose up

(back to top)

Demonstration

(back to top)

Features

  • Powered by markdown
  • Extended markdown syntax supported
    • Syntax highlight
    • Alert
  • Dark mode and light mode available
  • Closable tabs
  • Collapsible explorer
  • Responsive web design
  • Google Analytics supported
  • Auto-deploy to gh-pages with github actions ready

Markdown preview: https://noworneverev.github.io/#/docs

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Yan-Ying Liao - Personal Portfolio - [email protected]

Project Link: https://github.com/noworneverev/react-vscode-portfolio

(back to top)

Acknowledgments

(back to top)

react-vscode-portfolio's People

Contributors

nckuacc avatar noworneverev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

react-vscode-portfolio's Issues

Miss information about deploy and gh-pages

hello, my name is Jennyver SL and i used your portfolio project. Your project is cool 👍

I just want to tell you that you don't make documentation completely about when we want to deploy and post our portfolio via github pages.

I have a problem when I do that. my pages was white and didn't show anything. When I and my friend tried to fix it, we got a solution, and the problem came from package.json, especially at homepage

image

In your documentation, you didn't tell that we have to change a homepage to our github pages

I have no idea everyone knows about that or not, but i think you should to add this information to your documentation.

I enjoyed for your portfolio project, keep it. Thank you, cheers 👍

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.