Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Apr 22, 2024
1 parent d2c73e0 commit 0a55f93
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
Binary file added lib/snaps/preview-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/snaps/preview-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/snaps/preview-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/snaps/preview-mobile-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 20 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@ Source code for my personal website, [jamerrq.dev](https://jamerrq.dev)

![](https://img.shields.io/badge/Made%20with-Astro-orange?style=for-the-badge&logo=astro&logoColor=orange)

## What can you learn from this project?

- Astro Server Side Rendering with Deno and Deno Deploy
- Astro View Transitions
- Preact Integration with Astro
- How to use signals with Preact
- CSS Grid & Flexbox Layouts
- PWA Development within an Astro App

## Stack 🥞

![Astro](https://img.shields.io/badge/-Astro-000000?style=flat-square&logo=astro&logoColor=orange)
![Tailwind
CSS](https://img.shields.io/badge/-Tailwind%20CSS-lightblue?style=flat-square&logo=tailwind-css&logoColor=blue)
![Preact](https://img.shields.io/badge/-Preact-673AB8?style=flat-square&logo=preact&logoColor=white)
![MDX](https://img.shields.io/badge/-MDX-000000?style=flat-square&logo=markdown&logoColor=white)

## Previews

![Desktop](./lib/snaps/preview.webp)
![Mobile](./lib/snaps/preview_mobile.webp)
![Desktop](./lib/snaps/preview-4.png)
![Desktop](./lib/snaps/preview-3.png)
![Mobile](./lib/snaps/preview-mobile-2.png)

### Tooling 🛠️

Expand All @@ -25,7 +36,12 @@ CSS](https://img.shields.io/badge/-Tailwind%20CSS-lightblue?style=flat-square&lo
### CI/CD & Deployment 🚀

![GitHub Actions](https://img.shields.io/badge/-GitHub%20Actions-black?style=flat-square&logo=github-actions&logoColor=white)
![Deno Deploy](https://img.shields.io/badge/-Deno%20Deploy-000000?style=flat-square&logo=deno&logoColor=white)
![Deno
Deploy](https://img.shields.io/badge/-Deno%20Deploy-000000?style=flat-square&logo=deno&logoColor=white)

## Board 📋

https://github.com/users/jamerrq/projects/1/views/2

## Resources 📚

Expand All @@ -44,3 +60,4 @@ CSS](https://img.shields.io/badge/-Tailwind%20CSS-lightblue?style=flat-square&lo
- [Fontsource](https://fontsource.org/)
- [Tiny Code by Killedbyapixel](https://github.com/KilledByAPixel/TinyCode)
- [Shots - Create Amazing Mockups](https://shots.so/)
- [Signals - Preact Guide](https://preactjs.com/guide/v10/signals/)

0 comments on commit 0a55f93

Please sign in to comment.