Skip to content

Kenwanjohi/yalsh_web

Repository files navigation

Yalsh - Yet Another Link Shortener

A simple url link shortener

Note This is the frontend codebase, for the backend functionality, please refer to the yalsh_backend repository.

Run Locally

Clone the project

git clone https://github.com/Kenwanjohi/yalsh_web.git

Go to the project directory

cd yalsh_web

Install dependencies

pnpm install

Start the server

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Technologies

Here is a list of all the big technologies we use:

  • Next.js 14
  • Chakra UI
  • React-Query