Skip to content

NatanBrito/projeto17-linkr-front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINKR

Technologies

uses-react styled-components uses-node js npm express uses-javascript postgres built-with-git built-with-vsc

Table of contents

Project Description

Linkr is a link-sharing social network! Save, share and discover the best links on the web!

Mockup

linker_desktop_mockup linkr_mobile

Database Design

image

Status

status-in-progress

Features

  • Sign Up - Receives username, avatar, email and password.

  • Login - Receives email and password.

  • Search - you can search for users or hashtags

  • Follow and Unfollow - Follow and unfollow other users and see other users posts on their personal pages

  • Timeline - you can publish a post and see in your timeline yours posts and posts from users you follow

  • Posts - you can like, comment, repost, edit and delete a post.

How to run

# Clone this repo
$ git clone https://github.com/thalesgomest/linkr-front.git

# Clone the back-end repository and follow the instructions to run
$ git clone https://github.com/thalesgomest/linkr-back.git

# #change to project directory
$ cd Linkr

# install the dependencies
$ npm or yarn install

# to run in dev
$ npm start

# The server will start on port:5000 - go to <http://localhost:5000>

Authors


Lucas Alves

Natan Brito

Gabriel Viana

João Henrique

Thales Gomes

About

um aplicativo para divulgar artigos como uma rede social

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • HTML 0.9%