Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hetrox8/portfolio1

This is my personal portfolio website, The main languages used to complete this website include mainly Html and Css. You can go through it and see my previous projects
https://github.com/hetrox8/portfolio1

Last synced: 18 days ago
JSON representation

This is my personal portfolio website, The main languages used to complete this website include mainly Html and Css. You can go through it and see my previous projects

Awesome Lists containing this project

README

        


Portfolio: setup and mobile first



# :green_book: Table of Contents

- [:book: About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [:computer: Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [Presentation](#Presentation)
- [:bust_in_silhouette: Author](#author)
- [:telescope: Future Features](#future-features)
- [:handshake: Contributing](#contributing)
- [:star:️ Show your support](#support)
- [:pray: Acknowledgements](#acknowledgements)
- [:memo: License](#license)

# :book: Portfolio: setup and mobile first

**Portfolio: setup and mobile first** a simple project structured and style using html , css and css flexbox.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Html5.**
- **Css Flexbox**
- **Linters for Html& Css only**

(back to top)

## :computer: Getting Started

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

### Prerequisites

In order to run this project you need:

- A Standard web Browser, Google Chrome Prefferd
- A Text editor , I recommed to use Visual Studio Code.
- Git and Git bash for making changes easy on the remote repo.

### Setup

Clone this repository to your desired folder or download the Zip folder:

```sh
"git clone https://github.com/Suleiman/Portfolio-Project.git"
```

- Navigate to the path of your directory on you local machine:

```sh
cd ./my-folder/
```

### Install

Install all dependencies:

```sh
"npm install"
```

### Usage

To run the project, follow these instructions:

- You have to clone this repo to your local machine.
- If you want to run it on your preferred browser, run:

```sh
" open this file in a text editor like Vs Code and run using live Server"
```

### Run tests

To run tests, run the following command:

- HTML linter errors run:

```
npx hint .
```

- CSS linter errors run:

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

- For unit testing, run:

```
npm test
```

### Deployment

This Project can be deployed Using the official Github page

(click here)

### Presentation

This is a Presentation of the project

(Click here

## :bust_in_silhouette: Author

- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)
- LinkedIn: [suleiman gacheru](https://www.linkedin.com/in/suleiman gacheru/)

(back to top)

## :telescope: Future Features

- [ ] **inject projects section.**
- [ ] **Inject about myself section.**
- [ ] **Inject CSS grid.**
- [ ] **Configure the sections for PC/Tab versions.**
- [ ] **inject Bootstrap.**

(back to top)

## :handshake: Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## :star:️ Show your support
If you feel impressed with this project leave a Star and Suggest changes

(back to top)

## :pray: Acknowledgments

- I really am Thankfull for the Microverse Community for their Support till the Completion of this Project.

(back to top)

## :memo: License

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

(back to top)