GithubHelp home page GithubHelp logo

yeabtsega1 / yeab-portfolio Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 892 KB

My Portfolio Website built with Next.js

Home Page: https://yeab-portfolio.netlify.app/

JavaScript 69.93% CSS 30.07%
next-portfolio nextjs portfolio-website react-portfolio reactjs resume

yeab-portfolio's Introduction

Yeabtsega Behailu

Full Stack Web Developer

Yeabtsega Site Preview

๐Ÿš€ Quick start

Run the site locally

Step 1: Clone The Repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/Yeabtsega1/Yeab-Portfolio

Step 2: Install Dependencies

cd into the directory

cd Yeab-Portfolio

install all the dependencies
```bash
npm install

Step 3: Start Development Server

Then start the development Server

npm run dev

After running the development server the site should be running on https://localhost:3000

๐Ÿ“‚ What's inside?

A quick look at the folder structure of this project.

Portfolio
โ”œโ”€ .eslintrc.json
โ”œโ”€ .git
โ”‚  โ”œโ”€ config
โ”‚  โ”œโ”€ description
โ”‚  โ”œโ”€ HEAD
โ”‚  โ”œโ”€ hooks
โ”‚  โ”‚  โ”œโ”€ applypatch-msg.sample
โ”‚  โ”‚  โ”œโ”€ commit-msg.sample
โ”‚  โ”‚  โ”œโ”€ fsmonitor-watchman.sample
โ”‚  โ”‚  โ”œโ”€ post-update.sample
โ”‚  โ”‚  โ”œโ”€ pre-applypatch.sample
โ”‚  โ”‚  โ”œโ”€ pre-commit.sample
โ”‚  โ”‚  โ”œโ”€ pre-merge-commit.sample
โ”‚  โ”‚  โ”œโ”€ pre-push.sample
โ”‚  โ”‚  โ”œโ”€ pre-rebase.sample
โ”‚  โ”‚  โ”œโ”€ pre-receive.sample
โ”‚  โ”‚  โ”œโ”€ prepare-commit-msg.sample
โ”‚  โ”‚  โ”œโ”€ push-to-checkout.sample
โ”‚  โ”‚  โ””โ”€ update.sample
โ”‚  โ”œโ”€ index
โ”‚  โ”œโ”€ info
โ”‚  โ”‚  โ””โ”€ exclude
โ”‚  โ”œโ”€ logs
โ”‚  โ”‚  โ”œโ”€ HEAD
โ”‚  โ”‚  โ””โ”€ refs
โ”‚  โ”‚     โ”œโ”€ heads
โ”‚  โ”‚     โ”‚  โ””โ”€ main
โ”‚  โ”‚     โ””โ”€ remotes
โ”‚  โ”‚        โ””โ”€ origin
โ”‚  โ”‚           โ””โ”€ HEAD
โ”‚  โ”œโ”€ objects
โ”‚  โ”‚  โ”œโ”€ info
โ”‚  โ”‚  โ””โ”€ pack
โ”‚  โ”‚     โ”œโ”€ pack-013db03f282dc13104ce9eee3e00789c0da72df4.idx
โ”‚  โ”‚     โ””โ”€ pack-013db03f282dc13104ce9eee3e00789c0da72df4.pack
โ”‚  โ”œโ”€ packed-refs
โ”‚  โ””โ”€ refs
โ”‚     โ”œโ”€ heads
โ”‚     โ”‚  โ””โ”€ main
โ”‚     โ”œโ”€ remotes
โ”‚     โ”‚  โ””โ”€ origin
โ”‚     โ”‚     โ””โ”€ HEAD
โ”‚     โ””โ”€ tags
โ”œโ”€ .github
โ”‚  โ””โ”€ workflows
โ”‚     โ””โ”€ nextjs.yml
โ”œโ”€ .gitignore
โ”œโ”€ components
โ”‚  โ”œโ”€ About.js
โ”‚  โ”œโ”€ Contact.js
โ”‚  โ”œโ”€ Education.js
โ”‚  โ”œโ”€ Footer.js
โ”‚  โ”œโ”€ Header.js
โ”‚  โ”œโ”€ index.js
โ”‚  โ”œโ”€ Navbar.js
โ”‚  โ”œโ”€ Project.js
โ”‚  โ””โ”€ Skills.js
โ”œโ”€ data
โ”‚  โ”œโ”€ about.js
โ”‚  โ”œโ”€ education.js
โ”‚  โ”œโ”€ project.js
โ”‚  โ””โ”€ skillsExperience.js
โ”œโ”€ next.config.js
โ”œโ”€ package-lock.json
โ”œโ”€ package.json
โ”œโ”€ pages
โ”‚  โ”œโ”€ 404.js
โ”‚  โ”œโ”€ api
โ”‚  โ”‚  โ””โ”€ hello.js
โ”‚  โ”œโ”€ index.js
โ”‚  โ”œโ”€ resume.js
โ”‚  โ”œโ”€ _app.js
โ”‚  โ””โ”€ _document.js
โ”œโ”€ public
โ”‚  โ”œโ”€ 404.webp
โ”‚  โ”œโ”€ favicon.ico
โ”‚  โ”œโ”€ images
โ”‚  โ”‚  โ”œโ”€ about
โ”‚  โ”‚  โ”‚  โ”œโ”€ backend.webp
โ”‚  โ”‚  โ”‚  โ”œโ”€ frontend.webp
โ”‚  โ”‚  โ”‚  โ””โ”€ jain-svg.webp
โ”‚  โ”‚  โ”œโ”€ backend.png
โ”‚  โ”‚  โ”œโ”€ education
โ”‚  โ”‚  โ”‚  โ”œโ”€ Atlas.jpeg
โ”‚  โ”‚  โ”‚  โ”œโ”€ Beteseb.jpeg
โ”‚  โ”‚  โ”‚  โ””โ”€ jain.png
โ”‚  โ”‚  โ”œโ”€ favicon.ico
โ”‚  โ”‚  โ”œโ”€ frontend.png
โ”‚  โ”‚  โ”œโ”€ illustrations
โ”‚  โ”‚  โ”‚  โ””โ”€ skill.png
โ”‚  โ”‚  โ”œโ”€ nitj.png
โ”‚  โ”‚  โ”œโ”€ projects
โ”‚  โ”‚  โ”‚  โ”œโ”€ portfolio.webp
โ”‚  โ”‚  โ”‚  โ”œโ”€ react-ecommerce.webp
โ”‚  โ”‚  โ”‚  โ”œโ”€ TradeIT-logo.png
โ”‚  โ”‚  โ”‚  โ”œโ”€ YB.jpeg
โ”‚  โ”‚  โ””โ”€ resume
โ”‚  โ”‚     โ””โ”€ Resume.pdf
โ”‚  โ”œโ”€ profile.jpg
โ”‚  โ”œโ”€ resume.pdf
โ”‚  โ”œโ”€ resume2.pdf
โ”‚  โ”œโ”€ resume3.pdf
โ”‚  โ”œโ”€ sitemap.xml
โ”‚  โ””โ”€ website.png
โ”œโ”€ README.md
โ””โ”€ styles
   โ””โ”€ globals.css

๐Ÿ˜‡ Feedback

If you have any feedback, please reach out to me here

yeab-portfolio's People

Contributors

yeabtsega1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.