Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hetrox8/portfolio1
- Owner: hetrox8
- Created: 2023-04-29T20:50:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T23:59:44.000Z (over 1 year ago)
- Last Synced: 2024-12-23T21:24:24.032Z (about 1 month ago)
- Language: CSS
- Homepage:
- Size: 1.51 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: ReadMe.md
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.
Client
- **Html5.**
- **Css Flexbox**
- **Linters for Html& Css only**
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
```
This Project can be deployed Using the official Github page
This is a Presentation of the project
## :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/)
## :telescope: Future Features
- [ ] **inject projects section.**
- [ ] **Inject about myself section.**
- [ ] **Inject CSS grid.**
- [ ] **Configure the sections for PC/Tab versions.**
- [ ] **inject Bootstrap.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## :star:️ Show your support
If you feel impressed with this project leave a Star and Suggest changes
- I really am Thankfull for the Microverse Community for their Support till the Completion of this Project.
This project is [MIT](./MIT.md) licensed.