A modern, responsive portfolio website showcasing my skills, projects, and experience as a Software Engineer and FullStack Developer. Built with Astro, TypeScript, and Tailwind CSS.
- Framework: Astro
- Styling: Tailwind CSS
- Language: TypeScript
- Deployment: Netlify
- Icons: Lucide Icons
Hi there! I'm Kevin Arauz, a passionate Software Engineer and FullStack Developer currently pursuing a degree in Information Systems Engineering. This portfolio showcases my journey in software development, featuring projects that demonstrate my skills in various technologies and frameworks.
- π Technologies Used
- π¨βπ» About Me
- π― Features
- π Demo
- π Getting Started
- π Project Structure
- π€ Contributing
- π License
- π Contact
- π¨ Responsive Design: Seamless experience across all devices and screen sizes
- π Dark/Light Mode: Toggle between dark and light themes
- π± Mobile-First Approach: Optimized for mobile devices with progressive enhancement
- β‘ Fast Loading: Built with Astro for optimal performance
- π― Project Showcase: Curated selection of projects with detailed overviews
- π Skills Section: Interactive display of technical skills and proficiencies
- π Training & Certifications: Comprehensive list of completed courses and certifications
- π¬ Contact Form: Easy way to get in touch directly through the site
- π SEO Optimized: Proper meta tags and structured data for search engines
π Live Site: arauzdev.netlify.app
To run this project locally:
- Node.js (v22.12.0 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/kjarj54/Portafolio.git
cd Portafolio- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to
http://localhost:4321
npm run buildUse these commands to manage your database schema with Drizzle Kit:
# Generate SQL migrations from your schema
npx drizzle-kit generate
# Apply migrations to the database
npx drizzle-kit migrate
# Push schema changes directly (without migration files)
npx drizzle-kit push
# Open Drizzle Studio
npx drizzle-kit studioThe built site will be in the dist/ folder.
/
βββ public/
β βββ robots.txt
βββ src/
β βββ middleware.ts
β βββ assets/
β βββ components/
β β βββ LanguajePicker.astro
β β βββ SEO.astro
β β βββ dashboard/
β β βββ landingpage/
β β β βββ About.astro
β β β βββ Contact.astro
β β β βββ Expericence.astro
β β β βββ Footer.astro
β β β βββ Header.astro
β β β βββ Hero.astro
β β β βββ Projects.astro
β β β βββ SocialSideBar.astro
β β βββ login/
β β β βββ BackgroundEffects.astro
β β β βββ LoginCard.astro
β β β βββ LoginForm.astro
β β βββ ui/
β β βββ Button.astro
β β βββ Input.astro
β βββ content/
β β βββ en/
β β β βββ hello-world.md
β β βββ es/
β β βββ hola-mundo.md
β βββ db/
β β βββ index.ts
β β βββ loader.ts
β β βββ schema.ts
β βββ i18n/
β β βββ ui.ts
β β βββ utils.ts
β βββ layouts/
β β βββ BlogPost.astro
β β βββ Layout.astro
β βββ lib/
β β βββ auth-client.ts
β β βββ auth.ts
β βββ loaders/
β β βββ blogApiLoader.ts
β βββ pages/
β β βββ index.astro
β β βββ [lang]/
β β β βββ index.astro
β β β βββ blog/
β β β β βββ [slug].astro
β β β β βββ index.astro
β β β βββ login/
β β β β βββ index.astro
β β β βββ projects/
β β β βββ index.astro
β β βββ api/
β β βββ hello.ts
β β βββ auth/
β β βββ [...all].ts
β βββ styles/
β β βββ global.css
β βββ content.config.ts
βββ env.d.ts
βββ LICENSE
βββ README.md
βββ astro.config.mjs
βββ drizzle.config.ts
βββ tsconfig.json
βββ package.json
This layout follows Astro conventions:
src/pagesdefines routes (required by Astro).src/components,src/layouts, andsrc/stylesfollow common Astro structure.publicstores static files served as-is.src/content.config.tsdefines content collections (using a custom DB loader in this project).
While this is a personal portfolio, I'm open to suggestions and improvements! If you'd like to contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Note: This portfolio is open source and available for learning purposes. Feel free to use it as inspiration for your own portfolio, but please give appropriate credit and don't claim it as your own work.
Feel free to reach out to me through any of these channels:
- π§ Email: kjarj14@gmail.com
- πΌ LinkedIn: Connect with me
- π± GitHub: kjarj54
- π Portfolio: arauzdev.netlify.app
β If you found this project helpful, please give it a star!
Thank you for visiting my portfolio! πΎ
