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

https://github.com/zewdiemc/portfolio

This is portfolio website I created to showcase my skills, experiences, and projects I developed. This portfolio website is built using JavaScript, Bootstrap, and SaSS.
https://github.com/zewdiemc/portfolio

css3 javascript sass

Last synced: about 1 year ago
JSON representation

This is portfolio website I created to showcase my skills, experiences, and projects I developed. This portfolio website is built using JavaScript, Bootstrap, and SaSS.

Awesome Lists containing this project

README

          



# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Portfolio

**Portfolio** is a project created to set up and and design the portfolio website in mobile first approach .
Have a look at [this presentation](https://www.loom.com/share/cb3e7a960be04030a818d5faea4feafc) for more detail.

## 🛠 Built With

### Tech Stack

Client

Server


  • N/A

Database


  • N/A

### Key Features

- **Displays headline section, works, about, and contact sections in mobile first design approach.**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://zewdiemc.github.io/Portfolio/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:
- stylelint installed and running
- eslint installed and running

### Setup

Clone this repository to your desired folder:

```
git clone git@github.com:ZewdieMc/Portfolio.git
```

### Install

Install this project with:

```
npm init -y && npm install
```

### Usage

To run the project, execute the following command:

```sh
cd /Portfolio
code .
```
Then install live server and open the `html.index` with the live server.
### Run tests

To run tests, run the following command:

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

### Deployment

You can deploy this project using:

```sh
N/A
```

(back to top)

## 👥 Authors

👤 **Zewdie Habtie**

- GitHub: [Zewdie Habtie](https://github.com/ZewdieMc)
- Twitter: [Zewdie Habtie](https://twitter.com/HabtieZewdie)
- LinkedIn: [Zewdie Habtie](https://linkedin.com/in/zewdie-habtie-sisay-947153172)

👤 **Amaneul Belete**

- GitHub: [@githubhandle](https://github.com/amanuelbelete95)
- Twitter: [@twitterhandle](https://twitter.com/AmaneulBe)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ameneul-b-5545)

(back to top)

## 🔭 Future Features

- **Rebuilt the interfafce using react components**
- **Test the application using Jest**
- **Add Backend endpoint using NodeJs**

(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

If you like this project give it a start on GitHub

(back to top)

## 📝 License

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

(back to top)