Astro Portfolio

screenshot of Astro Portfolio
astro
tailwind

This repo contains the source code for a personal portfolio website built with Astro, a framework for building fast and modern websites with your favorite frontend tools. The website showcases the developer's skills, projects, and contact information. The website is responsive, accessible, and SE...

Overview:

The Portfolio Website - Astro is a template designed for developers to create their own personal portfolio websites. By simply changing the src/data/info.ts file, developers can customize the portfolio to suit their needs. The project boasts a clean and professional design, making it ideal for showcasing projects and skills.

Features:

  • Customizable Portfolio: Easily personalize the portfolio by editing the src/data/info.ts file.
  • Project Structure: Clearly organized folders and files make it easy to navigate and manage the project.
  • Route-Based Pages: Pages are automatically created based on file names in the src/pages/ directory.
  • Component Usage: Utilize Astro/React/Vue/Svelte/Preact components conveniently stored in src/components/.
  • Static Asset Management: Store images and other static assets in the public/assets directory.
  • User Data Management: Manage personal data in the src/data directory.
  • Convenient Commands: Various commands available for installation, development, building, previewing, and more.
  • Documentation and Support: Access Astro documentation or join the Astro Discord server for assistance.
astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

Dark Mode

Dark mode is a user interface option that uses a dark color scheme instead of light. It reduces eye strain and improves visibility in low-light conditions. Implementing dark mode in a website or application involves updating the styles and color palette to support both light and dark modes.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.