/link-previewer

Rich link preview that includes a link title, thumbnail image, and description of the link.

Primary LanguageJavaScript

Link Previewer

Rich link preview that includes a link title, thumbnail image, and description of the link

Tech Used

React CSS3 Framer NodeJS Express.js

Build Setup

# clone project
$ git clone https://github.com/kasim393/link-previewer.git

# install dependencies and localhost for frontend
$ cd frontend
$ npm install
$ npm run dev

# install dependencies and locacalhost forbackend
$ cd backend
$ npm install
$ npm start