The URL Shortener project allows users to shorten long URLs, manage their shortened URLs, and track their usage. This project combines a React frontend with an Express backend, utilizing Supabase for database operations and authentication.
- URL Shortening: Easily shorten long URLs.
- User Authentication: Secure user authentication using Supabase.
- URL Management: View and delete shortened URLs.
- Statistics: Track the number of hits on each shortened URL.
- Responsive Design: Works seamlessly across desktops, tablets, and mobile devices.
To get started with Snipp-Url, follow these steps:
- Clone the repository:
git clone https://github.com/ninadvyas/SnipUrl.git
- Navigate to the project directory:
cd SnipUrl
- Install dependencies:
npm install
- Add this variable to your .env file
SUPABASE_URL=https://your-supabase-url SUPABASE_KEY=your-supabase-key
- Run the application:
npm start
- Open the application in a web browser:
http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.