An open API service indexing awesome lists of open source software.

https://github.com/thuyencode/switch-abanoubmagdy1

Implementation of Switch by AbanoubMagdy1 in Tailwind CSS and React
https://github.com/thuyencode/switch-abanoubmagdy1

react tailwindcss

Last synced: 11 months ago
JSON representation

Implementation of Switch by AbanoubMagdy1 in Tailwind CSS and React

Awesome Lists containing this project

README

          

# Switch by AbanoubMagdy1

![Screenshot](./screenshots/switch-abanoubmagdy1.png)

My implementation of [Switch](https://uiverse.io/AbanoubMagdy1/fluffy-octopus-90) by [AbanoubMagdy1](https://uiverse.io/profile/AbanoubMagdy1) in Tailwind CSS and React for someone on Discord.

## Running

You need to have Deno v2.0.0 or later installed to run this repo.

Start a dev server:

```sh
deno task dev
```

## Deploy

Build production assets:

```sh
deno task build
```