Skip to content

gaabrielmooreira/FrontLinkr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkr 🔗

## About 📝 Linkr is a social network for sharing your best links! Post that really smart website with usefull tips or just that super funny meme with some hashtags you love <3

Deployment 🚀

linkr-front-beige.vercel.app/

Back end ⚙️

github.com/gaabrielmooreira/linkr-api

Features ✨

  • Authentication
  • Search and follow users
  • Make or share posts with preview links
  • Comment and like other user's posts
  • See which hashtags are trending
  • Navigate to the hashtag page
  • Infinite scroll for posts

Stack 🧰

React React Router styled-components

How to run ▶️

# Clone this repository
$ git clone <https://github.com/gaabrielmooreira/linkr.git>
# Access the project folder cmd/terminal
$ cd linkr
# Install the dependencies
$ npm install
# Compile the code
$ npm run build
# Run the application 
$ npm start
# The server will automatically start at localhost:3000/ on your favorite browser