Click here to acess the App
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
HTML | CSS | JavaScript | ReactJS |
---|---|---|---|
JSX syntax | CSS styling and styled components | ECMAScript 2015 (ES6) features | React is a JavaScript library for building user interfaces, declarative and component-based |
- Clone this repository
- Install dependencies
npm i
- Run with
npm start
- Finally access http://localhost:3000 on your favorite browser