Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kifle23/portfolio
This project is my personal portfolio website, created to showcase my skills and experience as a software developer. Visitors can explore my portfolio pieces in detail and contact me directly through the site. The code for the site allowed me to create a fast, responsive website that looks great on any device.
https://github.com/kifle23/portfolio
css html javascript
Last synced: about 2 months ago
JSON representation
This project is my personal portfolio website, created to showcase my skills and experience as a software developer. Visitors can explore my portfolio pieces in detail and contact me directly through the site. The code for the site allowed me to create a fast, responsive website that looks great on any device.
- Host: GitHub
- URL: https://github.com/kifle23/portfolio
- Owner: kifle23
- License: mit
- Created: 2023-03-22T12:34:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T19:28:14.000Z (6 months ago)
- Last Synced: 2024-12-15T01:25:36.127Z (2 months ago)
- Topics: css, html, javascript
- Language: CSS
- Homepage: https://kifle23.github.io/Portfolio/
- Size: 23.1 MB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
A simple profile website built with basic HTML, CSS, and JavaScript.
## Built With
- **HTML**
- **CSS**
- **JavaScript**## Live Demo
Check out the live demo: [Portfolio Live](https://kifle23.github.io/Portfolio/)
## Key Features
- **Mobile-Friendly Design**
- **GitHub Flow Integration**
- **HTML/CSS/JavaScript Linting**## Getting Started
To get a local copy up and running, follow these steps:
### Prerequisites
Ensure you have Git installed:
```sh
git init
```### Setup
Clone the repository:
```sh
git clone [email protected]:kifle23/Portfolio.git
cd Portfolio
```### Install Dependencies
```sh
npm install
```### Usage
Run the project locally:
```sh
npm start
```## Author
👤 **Kifle Haile**
- LinkedIn: [Kifle Haile](https://www.linkedin.com/in/kifle-haile-5a613761)
## Future Features
- **Responsive Design**
- **JavaScript Modular Programming**
- **Flexbox Layout**
- **CSS Grid**## Contributing
Contributions, issues, and feature requests are welcome! Check the [issues page](https://github.com/kifle23/Portfolio/issues).
## Acknowledgments
Special thanks to Microverse for the guidance and support in building this project.
## License
This project is [MIT licensed](./LICENSE).