/Portfolio_project

A personal portfolio that showcases all the abilities and projects in a visually pleasing way. The portfolio was created using HTML/CSS and Javascript With a Figma UI.

Primary LanguageJavaScriptMIT LicenseMIT

πŸ“— Table of Contents

πŸ“–Portfolio

Building a responsive portfolio website using HTML/CSS Javascript from a Figma design template

Click here for the portfolio presentation video

πŸ›  Built With Figma, VSCode, and Github

Client
Server
Database

Key Features

(back to top)

πŸš€ Live Demo

Screenshot 2022-12-21 at 10 45 39

(back to top)

πŸ’» Getting Started

A beginner developer can use this template as a starting point for creating other HTML projects that are properly set up with CSS and have ESLint configured.

Prerequisites

In order to run this project you need:

  • NODE
  • ESlint set up
  • Figma Template

Screenshot 2022-12-21 at 11 05 15

Setup

Clone this repository to your desired folder:

gh repo clone Chaseknis/chaseknis.github.io

Install

To obtain a copy of this repository, clone it to your desired folder:

Commands:

  git clone https://github.com/Chaseknis/chaseknis.github.io.git
  cd hello-world
  npm install -y



Usage

To run the project, execute the following command:

  • install serve with:
npm install -g serve
  serve -s .

Run tests

To run tests, run the following command:

  • To check for CSS errors
    npx stylelint "**/*.{css,scss}"
  • To check for HTML errors
    npx hint .
  • To check for Javascript errors
    npx eslint .

(back to top)

πŸ‘₯ Authors Innocent N.

πŸ‘€ Author

(back to top)

πŸ”­ Future Features

I'll add the following section to the webpage.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project... Kindly leave a star ⭐

(back to top)

πŸ™ Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank Microverse and my studying partners

Javier Hernandez

Sohail

(back to top)

❓ FAQ

(back to top)

πŸ“ 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.

(back to top)