Skip to content

A portfolio website to show projects, about, skills and contact sections. Built with HTML, JavaScript and CSS

Notifications You must be signed in to change notification settings

anyepeter/Portfolio-template

Repository files navigation

Portfolio

Creating a portfolio template to show my projects I have been working on, my resume and other things about me from scratch

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Basic html, css and medium Javascript know how.
  • Git installation
  • A text editor
  • A terminal
  • A web browser to view output e.g Google Chrome
  • An IDE e.g Visual studio code

Setup.

Clone this repository or download the Zip folder: https://github.com/anyepeter/Portfolio-template.git

Navigate to the location of the folder in your machine: you@your-Pc-name:~$ cd

Usage

After Cloning this repo to your local machine Open the index.html in your browser

Run Tests.

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint .

Install

Open the project in your code editor

Demo

Feel free to visit the site here https://anyepeter.github.io/Portfolio-template/

Author

ANYE PEETR

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

A portfolio website to show projects, about, skills and contact sections. Built with HTML, JavaScript and CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published