Skip to content

Asaad47/asaad47.github.io

Repository files navigation

Asaad's Playground

Personal playground website built with Astro 5.7, React 19 and TailwindCSS 4.

Based on the Nikola Tesla Portfolio template by iann-mathaiya.

Project Structure

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

Deployment

The site is deployed on GitHub Pages at asaad47.github.io.

Credits

This portfolio is based on the Nikola Tesla Portfolio template created by iann-mathaiya.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published