This project is a URL Shortener website design implemented using React, Next.js 14, Tailwind CSS, and Material UI as the component library.
To clone and run the project locally, follow these steps:
Clone the repository:
git clone https://github.com/himanshu077/react-url-shortener.git
Navigate to the project directory:
cd react-url-shortener
Install dependencies:
npm install
Run the project:
npm run dev
The application will be accessible at http://localhost:3000.
Feel free to explore and contribute to the project!