Skip to content

Atul3007/url_shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

URL Shortener React App

Description

This is a simple React app that allows users to check their shortened URLs and redirects them to the original URL.

Features

  • Check your shortened URL and redirect to the original URL.

Getting Started

Prerequisites

  • Node.js installed on your machine
  • npm package manager

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/url-shortener-react.git
    

Navigate project repository

cd url-shortener-react

Install Dependencies

npm install

Run react app

npm start


URL Shortener Backend

Description

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.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js installed on your machine
  • npm package manager
  • MongoDB database (or another database of your choice)