Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dennis-every/portfolio
- Owner: dennis-every
- Created: 2022-11-30T20:38:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T01:31:10.000Z (over 1 year ago)
- Last Synced: 2024-11-30T09:37:14.836Z (about 1 month ago)
- Topics: css, html5, javascript
- Language: HTML
- Homepage: https://dennis-every.github.io/
- Size: 8.14 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** is the portfolio webpage of Dennis Every - Full Stack Dev
- HTML
- CSS
- JavaScript- **Responsive design**
- **Contact form submission and validation**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/)
👤 **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)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Please star this project if you like this project.
- **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.
This project is [MIT](./MIT.md) licensed