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.
- Host: GitHub
- URL: https://github.com/zewdiemc/portfolio
- Owner: ZewdieMc
- License: mit
- Created: 2023-01-11T20:21:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T14:55:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T01:53:27.793Z (over 1 year ago)
- Topics: css3, javascript, sass
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 32
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Client
Server
- N/A
Database
- N/A
- **Displays headline section, works, about, and contact sections in mobile first design approach.**
- [Live Demo Link](https://zewdiemc.github.io/Portfolio/)
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
```
👤 **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)
- **Rebuilt the interfafce using react components**
- **Test the application using Jest**
- **Add Backend endpoint using NodeJs**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give it a start on GitHub
This project is [MIT](./LICENSE) licensed.