Personal playground website built with Astro 5.7, React 19 and TailwindCSS 4.
Based on the Nikola Tesla Portfolio template by iann-mathaiya.
Inside of your Astro project, you'll see the following folders and files:
/
├── public/
│ └── favicon.svg
├── src/
│ ├── actions/
│ │ └── # Astro server actions
│ ├── assets/
│ │ └── # Images that are transformed, optimized and bundled by Astro
│ ├── components/
│ │ └── # Astro and React components
│ ├── layouts/
│ │ └── RootLayout.astro
│ └── pages/
│ │ └── blog/
│ │ │ └── index.astro
│ │ │ └── [...slug].astro
│ │ └── about.astro
│ │ └── contact.astro
│ │ └── index.astro
│ │ └── projects.astro
│ └── styles/
│ │ └── global.css
└── .gitignore
└── astro.config.mjs
└── package.json
└── tsconfig.json
The site is deployed on GitHub Pages at asaad47.github.io.
This portfolio is based on the Nikola Tesla Portfolio template created by iann-mathaiya.
This project is licensed under the MIT License - see the LICENSE file for details.