Portfolio

It is my portfolio project and it is for my learning purposes to become a good software developer it is not only a project but also a way to know my skills and with the help of it, I can be able to showcase my hard work that I have done in past or whatever I will do in future.

Stars
2

Microverse Portfolio Project

This is a module 1: Day 3 project in Microverse full stack course.

Built With

  • html
  • css
  • Javascript

Live Demo

Live Demo Link

Get Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone [email protected]:Strangeal/Portfolio.git
  1. To access cloned directory run:
cd MyPortfolio
  1. Open it with the live server

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author

👤 Justice Bajeri

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspiration
  • etc

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

Related Projects