Skip to content

Lucidreline/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks