This is a simple React app that allows users to check their shortened URLs and redirects them to the original URL.
- Check your shortened URL and redirect to the original URL.
- Node.js installed on your machine
- npm package manager
-
Clone the repository:
git clone https://github.com/your-username/url-shortener-react.git
cd url-shortener-react
npm install
npm start
This is the backend server for a URL shortener application. It provides endpoints for shortening URLs, redirecting users to the original URLs, and managing URL data.
- Shorten long URLs and get a unique short URL.
- Redirect users to the original URL based on the short URL.
- Store URL mappings in a database.
- Node.js installed on your machine
- npm package manager
- MongoDB database (or another database of your choice)