Static website displaying my projects, experience, education, and skills as a software developer. Serves as a digital resume.
You can view the live portfolio here: Live Site
- About Me: Hero visual displaying my github avatar and links to my socials..
- Projects: Showcase of completed projects along with any relavent links.
- Experience: Relevant jobs I've had and their descriptions.
- Education: List of my higher education and details relating to it.
- Skills: Simple list of technologies I've worked with and have proficiency in.
- Frontend/Backend: React.js / Next.js / Node.js
- Styling: Tailwind CSS / AceternityUI
- Deployment: Cloudflare Pages
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/simonlotzkar/portfolio.git cd portfolio - Install dependencies:
npm install - Run live dev server:
npm run dev - Open browser and view at:
localhost:3000