Coder Social home page Coder Social logo

b-owl / portfolio Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.78 MB

A personal portfolio crafted with SvelteKit, showcasing my work and passion.

Home Page: http://mehdikeramati.ir/

JavaScript 3.86% HTML 22.67% Svelte 39.41% TypeScript 31.24% CSS 2.83%
portfolio portfolio-website projects-list reactjs showcase showcase-website svelte-components sveltekit swip

portfolio's Introduction

Portfolio

This is my personal portfolio website, showcasing my skills, projects, and experiences. Initially developed using ReactJS, I have now rewritten it with SvelteKit for better performance and a more modern development experience.

Portfolio Preview

Table of Contents

Introduction

This portfolio website is designed to provide a comprehensive view of my professional journey, including my skills, projects, and experiences. It is built using SvelteKit to take advantage of its fast and efficient rendering capabilities.

Features

  • Responsive Design: Ensures optimal viewing experience on all devices.
  • Dynamic Content: Showcases projects and experiences dynamically.
  • Modern UI/UX: Clean and intuitive user interface.
  • Performance Optimized: Fast load times and smooth transitions.

Technologies Used

  • SvelteKit: Main framework for building the portfolio.
  • Svelte: For component-based development.
  • JavaScript/TypeScript: For adding interactivity and functionality.
  • CSS/SCSS: For styling the website.
  • Tailwind CSS: For utility-first CSS framework.
  • daisyUI: For UI components based on Tailwind CSS.
  • Sass: For advanced CSS preprocessing.
  • Swiper: For modern mobile touch slider.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/b-owl/portfolio.git
    cd portfolio
    

Install dependencies:

npm install
# or
yarn install

Running the Project

To start the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to see the portfolio.

To build the project for production:

npm run build
# or
yarn build

Folder Structure

portfolio/
├── .svelte-kit/
├── .vscode/
├── .yarn/
├── build/
├── node_modules/
├── src/
│   ├── i18n/
│   ├── lib/
│   │   ├── assets/
│   │   ├── components/
│   │   └── stores/
│   ├── routes/
│   │   ├── about/
│   │   ├── contact/
│   │   ├── service/
│   │   └── showcase/
│   │       ├── +layout.svelte
│   │       ├── +layout.ts
│   │       ├── +page.svelte
│   │       ├── +page.ts
│   │       └── styles.css
│   ├── types/
│   └── app.html
├── static/
│   ├── favicon.ico
│   └── robots.txt
├── package.json
└── svelte.config.js

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

portfolio's People

Contributors

b-owl 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.