Skip to content

RafaelBahiense/Linkr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

Linkr - Sharing Ideas

Link sharing social networking service

Click here to acess the App

About

This is an web application with which lots of people can share their links and interact. Below are the implemented features:

  • Sign Up
  • Login
  • Follow users
  • Followed user posts
  • Like posts
  • Comment posts
  • Re-post
  • Link preview
  • My posts
  • My liked post
  • Link posting w/ or w/o geolocation

Technologies

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

HTML CSS JavaScript ReactJS

HTML

CSS3

ES6

React

JSX syntax CSS styling and styled components ECMAScript 2015 (ES6) features React is a JavaScript library for building user interfaces, declarative and component-based

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run with
npm start
  1. Finally access http://localhost:3000 on your favorite browser