Project made with Astro and Supabase to make your own short URLs totally free in just one click.
git clone https://github.com/Rafacv23/ninjapath-free-url-shortener
/
├── public/
│ └── favicon.avif
│ └── wallpaper.avif
├── src/
│ ├── components/
│ | ├── es/
│ │ └── Header.astro
│ │ └── Footer.astro
│ │ └── SEO.astro
│ │ └── Redirect.jsx
│ │ └── SendUrlForm.jsx
│ │ └── ConvertedUrl.tsx
│ ├── layouts/
│ │ └── Layout.astro
│ │ └── EsLayout.astro
│ └── lib/
│ └── pages/
│ | ├── es/
│ | └── index.astro
│ | └── [short_url].astro
│ └── utils/
└── package.json
- Astro
- React
- Supabase
- JavaScript
- TypeScript
- CSS
- Pico CSS
Feel free to check my code and make comments about it. And use it in your daily work.