This is a personal website that I built from scratch using modern front-end technologies. It showcases my projects, experiences, and skills. The site is live at zak-goldberg.dev.
To run the website locally:
- Clone this repository:
git clone https://github.com/zak-goldberg/zak-goldberg-dev.git
- Navigate to the project directory:
cd your-repo-name
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 to view the website in your browser.
- Single Page Application (SPA): Built with React and React Router, allowing for fast, seamless navigation.
- Responsive Design: Styled with Tailwind CSS for mobile-first, fully responsive design.
- Interactive Components: Leveraged flowbite-react to add pre-built, accessible components to enhance user experience.
- Icon Integration: Included Lucide Icons and simple-icons for visual clarity and brand representation.
- Deployed on Render
- Frontend: React, Tailwind CSS, react-router-dom, flowbite-react
- Icons: Lucide Icons, simple-icons
- Build Tools: Vite and npm