Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/portfolio

A project portfolio page built to showcase JavaScript, HTML, and CSS skills learned during the Microverse program
https://github.com/dennis-every/portfolio

css html5 javascript

Last synced: about 1 month ago
JSON representation

A project portfolio page built to showcase JavaScript, HTML, and CSS skills learned during the Microverse program

Awesome Lists containing this project

README

        


Portfolio Dennis Neville Every


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Portfolio Page ](#-portfolio-page-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Author ](#-author-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Portfolio Page

**Portfolio** is the portfolio webpage of Dennis Every - Full Stack Dev

## 🛠 Built With

### Tech Stack

- HTML
- CSS
- JavaScript

### Key Features

- **Responsive design**
- **Contact form submission and validation**

(back to top)

## 💻 Getting Started

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

```sh
cd my-folder
git clone [email protected]:dennis-every/portfolio.git
```

### Prerequisites

In order to run the tests for this project you need:

Example command:

```sh
npm install
```

### Setup

Clone this repository to your desired folder.

Example commands:

```sh
cd my-folder
git clone [email protected]:dennis-every/portfolio.git
```

### Install

n/a

### Usage

Open index.html in your preferred browser.

### Run tests

To run tests, run the following command:

```sh
npm install
```

```sh
npx hint .
```

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

```sh
npx eslint .
```

### Deployment

- Deployed with github pages [here](https://dennis-every.github.io/portfolio/)

(back to top)

## 👥 Author

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://linkedin.com/in/dennis-every)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Please star this project if you like this project.

(back to top)

## ❓ FAQ

- **Can I re-use your code?**

- Sure, no problem!

- **How can I see the project?**

- Just clone the repository as expained in the setup section, and open the index.html file in your preferred browser.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed

(back to top)