linkr

linkrDemo.mp4


Explore the docs »
View Demo

About

Linkr is a social media for links share. You can follow users, publish links, like posts, make comments or see posts in trending hashtags pages.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository

  2. Install dependencies

npm install
  1. Clone the back-end repository on this link

  2. Follow the instructions to run the back-end

  3. Create an .env file following the .env.example variables (back-end URL)

  4. Run the front-end with

npm start
  1. Access the app in http://localhost:3000 on your favorite browser

  2. You can optionally build the project running

npm run build

Developers