Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abenezer-tilahun/personal-portfolio-website
https://github.com/abenezer-tilahun/personal-portfolio-website
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abenezer-tilahun/personal-portfolio-website
- Owner: Abenezer-Tilahun
- Created: 2022-11-22T20:35:59.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-24T17:13:55.000Z (15 days ago)
- Last Synced: 2024-10-27T20:10:48.008Z (12 days ago)
- Language: JavaScript
- Size: 9.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal-Portfolio
> Personal Portfolio.
## Live Demo
Click [here](https://abenezer-tilahun.github.io/personal-portfolio-website/) to get a live preview of the project
# Features implemented so far are
- Project Setup with React Installations
# Built With
- React (A free and open-source front-end JavaScript library for building user interfaces based on UI components)
- React MUI font icons
- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).
- ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)To get a local copy up and running follow these simple example steps.
# Prerequisites
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)# Getting Started
#### Cloning the project
```
git clone https://github.com/Abenezer-Tilahun/Personal-Portfolio.git
```## Getting packages and dependencies
To get all package modules required to build the project run:
```
npm install
```every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.
## Building
To build the project run:
```
npm run build
```after you run this sucessfully you'd locate the build from in the ```build``` folder located from the parent directory of the project.
## Running
To run the program on a browser through a server run this command in your cli
```
npm start
```This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.
## 🤝 Contributing
Feel free to check the [issues page](../../issues/).
## Authors
👤 **Author1**
- GitHub: [@Abenezer-Tilahun](https://github.com/Abenezer-Tilahun)
- Twitter: [@AbenezerTilah11](https://twitter.com/AbenezerTilah11)
- LinkedIn: [Abenezer Tilahun](https://www.linkedin.com/in/abenezer-tilahun/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.