r3nanp / url-shortener

πŸ”— An app to make URLs short...

Home Page:https://url-shortener-r3nanp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

An app to make URLs short... Written with Next.js and TailwindCSS, using Upstash for Redis and Next.js Middleware.

r3nanp TailwindCSS Next JS prs

πŸ›  Technologies used

  • Next.js
  • Typescript
  • TailwindCSS
  • Upstash
  • Axios

πŸ‘·β€β™‚οΈ Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/r3nanp/url-shortener.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:r3nanp/url-shortener.git

Copy the .env.example file to .env.local and fill the values:

cp .env.example .env.local

Install dependencies

yarn install

Or

npm install

πŸ“ License

This project is under the MIT LICENSE.

Leave a star to help the project

Created by Renan Pereira ❀️

About

πŸ”— An app to make URLs short...

https://url-shortener-r3nanp.vercel.app

License:MIT License


Languages

Language:TypeScript 94.1%Language:JavaScript 4.6%Language:Shell 0.8%Language:CSS 0.5%