Skip to content

johnsonsirv/portfolio-project-1

Repository files navigation

Dribble Portfolio Page (Front-end Design)

Version Documentation Maintenance License: MIT Twitter: vokeugo netlify

This is a simple front-end design project inspired by a design concept on Dribble. It uses CSS grids and sample cropped images to build a page layout and styling.

This project was completed in line with requirements and standards provided by Microverse.

See the Live Version.

Original Version

portfolio-project

Cloned Version

portfolio-project

Built with:

  • HTML
  • CSS & CSS Grids
  • npm

Installation:

Clone the repository to your local machine

Open the terminal

$  git clone https://github.com/johnsonsirv/portfolio-project-1.git

Usage

Go to the directory

$ cd portfolio-project-1
$ npm install
$ npm run start

This will launch http://localhost:8080/

Contributor(s):

Victor Okeugo

How to contribute:

  1. Fork the repo (https://github.com/johnsonsirv/portfolio-project-1/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -m 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details