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.
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
- 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
- React
- Tailwind CSS
- HTML5
- CSS3
- JavaScript (ES6+)
- Firebase Hosting
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/portfolio-website.git -
Navigate to the project directory:
cd portfolio-website -
Install dependencies:
yarn install -
Start the development server:
yarn start -
Open http://localhost:3000 to view it in the browser.
This site is deployed using Firebase Hosting. To deploy your own version:
-
Install the Firebase CLI globally if you haven't already:
yarn global add firebase-tools -
Log in to Firebase:
firebase login -
Initialize your project (run this from your project root):
firebase init hostingFollow the prompts, and when asked about your public directory, enter
build. -
Build your project:
yarn build -
Deploy to Firebase Hosting:
firebase deploy
Your site should now be live at the Firebase Hosting URL provided in the console output.
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!