Skip to content

Commit

Permalink
docu: added icons to techstack section
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 committed Jun 17, 2024
1 parent 051ff46 commit 20a9524
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ Lyve is a livestreaming platform where users can create and watch livestreams. V

### Techstack

- TypeScript
- React-Native
- Expo
- Tamagui
<span style="display:block">
<a href="https://www.typescriptlang.org/">
<img height="50px" margin="auto" src="https://cdn.worldvectorlogo.com/logos/typescript.svg" alt="Typescript"/></a>
<a href="https://expo.dev/">
<img height="50px" margin="auto" src="https://cdn.icon-icons.com/icons2/2389/PNG/512/expo_logo_icon_145293.png"/></a>
<a href="https://reactnative.dev/">
<img margin="auto" height="50px" src="https://cdn.worldvectorlogo.com/logos/react-native-1.svg" alt="reactnative"/></a>
<a href="https://tamagui.dev/">
<img margin="auto" height="50px" src="https://avatars.githubusercontent.com/u/94025540?s=48&v=4" alt="Tamagui"></a>
</span>

## Getting Started

Expand Down

0 comments on commit 20a9524

Please sign in to comment.