Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devenock/eomondi.portfolio
My Portfolio website where you can find more details about the projects I have done and how I have contributed to the growth of my previous companies.
https://github.com/devenock/eomondi.portfolio
javascript nodejs reactjs styled-components
Last synced: 6 days ago
JSON representation
My Portfolio website where you can find more details about the projects I have done and how I have contributed to the growth of my previous companies.
- Host: GitHub
- URL: https://github.com/devenock/eomondi.portfolio
- Owner: devenock
- License: mit
- Created: 2022-06-02T08:41:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T10:50:28.000Z (4 months ago)
- Last Synced: 2024-12-10T20:40:29.358Z (14 days ago)
- Topics: javascript, nodejs, reactjs, styled-components
- Language: JavaScript
- Homepage: https://trend20.github.io/eomondi.portfolio/
- Size: 12.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Official portfolio site.
Introduction ·
Tech Stack ·
Contributions
## Intro
This is my official portfolio website.
### Our Tech Stack
- [React.js](https://nextjs.org/) – framework
- [Tailwind](https://tailwindcss.com/) – CSS
- [ghPages](https://vercel.com/) – hosting### Run Locally
Clone the project
```bash
git clone [email protected]:Trend20/eomondi.portfolio.git
```
Go to the project directory
```bash
cd eomondi.portfolio
```
Install dependencies
```bash
yarn
```
Start the server
```bash
yarn start
```
### Contributions
Here's how you can contribute:
- [Open an issue](https://github.com/Trend20/eomondi.portfolio/issues) incase of any bug.
- Create a [pull request](https://github.com/Trend20/eomondi.portfolio/pulls) to make your contributions visible.### Author
- Enock Omondi ([@dev_enock](https://x.com/dev_enock))
### License
Find it [here](https://github.com/Trend20/eomondi.portfolio/blob/main/LICENSE).