Lucidreline / portfolio

A personal portfolio to showcase my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Portfolio

image

Feel free to use this as a template for your next project!

πŸ’» Installation

Download this repo:

$ git clone https://github.com/Lucidreline/portfolio.git

Install dependencies:

$ npm install

Start it up:

$ npm run start

πŸ‘” Tailor it for you

Once you open the project folder you can start to add in your projects and information.

To add your projects, go to following file in the project folder:

/src/components/sections/projects/projects.data.js

This file is just a regular javascript array. Enter your projects in this array like so:

{
      name: 'Your Project Name',
      url: 'https://project.url/',
      github: 'https://url_to_github_repo/project',
      photo:
        'a_picture_of_your_project.png',
      technologies: 'HTLM5, CSS3',
      description:
        'A little description of what you made :).',
    }

Take a look at the file on Github for an example: https://github.com/Lucidreline/portfolio/blob/master/src/components/sections/projects/projects.data.js

πŸ™ Attribution

I want to give credit to the following project for giving me a lot of inspiration on the design: https://brittanychiang.com

βš– License

This repo is covered by the MIT License. Elevator music is from https://www.bensound.com

About

A personal portfolio to showcase my projects

License:MIT License


Languages

Language:JavaScript 62.9%Language:SCSS 32.3%Language:HTML 4.7%