Skip to content

z0san/portfolio

Repository files navigation

Zohar Singer's Portfolio Website

zoharsinger.com

Welcome to the repository for my personal portfolio website. This project showcases my skills as a front-end engineer and provides information about my experience, projects, and technical abilities.

Table of Contents

Overview

This portfolio website is built using React and Tailwind CSS. It's designed to be responsive, accessible, and performant, demonstrating best practices in modern web development.

Visit the live site: zoharsinger.com

Features

  • Responsive design that works on desktop, tablet, and mobile devices
  • Dark theme for improved readability and modern aesthetics
  • Sections for About Me, Experience, Skills, and Projects
  • Interactive elements to showcase front-end development skills
  • Optimized performance and accessibility

Technologies Used

  • React
  • Tailwind CSS
  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Firebase Hosting

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/portfolio-website.git
    
  2. Navigate to the project directory:

    cd portfolio-website
    
  3. Install dependencies:

    yarn install
    
  4. Start the development server:

    yarn start
    
  5. Open http://localhost:3000 to view it in the browser.

Deployment

This site is deployed using Firebase Hosting. To deploy your own version:

  1. Install the Firebase CLI globally if you haven't already:

    yarn global add firebase-tools
    
  2. Log in to Firebase:

    firebase login
    
  3. Initialize your project (run this from your project root):

    firebase init hosting
    

    Follow the prompts, and when asked about your public directory, enter build.

  4. Build your project:

    yarn build
    
  5. Deploy to Firebase Hosting:

    firebase deploy
    

Your site should now be live at the Firebase Hosting URL provided in the console output.

Contact

Zohar Singer - zohar@alumni.upenn.edu

Project Link: https://github.com/yourusername/portfolio-website


Feel free to customize this portfolio template to showcase your unique skills and projects!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published