Skip to content

Pinterest is an image sharing and social media service designed to enable the saving and discovery of information on the internet using images and, on a smaller scale, animated GIFs and videos, in the form of pin-boards.

Notifications You must be signed in to change notification settings

Subham-Abhishek/Pinterest-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PinShow

About the project:

PinShow is an image sharing and social media service designed to enable saving and discovery of information on the internet using images and, on a smaller scale, animated GIFs and videos, in the form of pin-boards.

Contributors

Functionalities Added

  • Login & Signup
  • Comment Functionalities
  • Follow and Like Functionalities
  • Upload and Save Pins Functionalities
  • Search using Tags Functionalities

Tech-stacks we used for Frontend:

  1. ReactJS
  2. JavaScript
  3. HTML5
  4. CSS3

Tech-stacks we used for Backend:

  1. ExpressJS (Server - Node js)
  2. Mongodb Atlas (Database)

Tech libraries used:

  • Material UI & material icons
  • React Icons
  • Axios
  • react-router-dom
  • Styled Components
  • Moment
  • React-infinite-scroll-component
  • React-lazy-load-image-component
  • React-google-login

Installation

Use this command on your git bash to clone this project on your Local machine.

git clone https://github.com/Subham-Abhishek/Pinterest-clone.git

Use this command after clone for install app dependency and app dependencies version updation.

npm install || npm i || yarn install

Make sure your system have install nodemon globally.

# if nodemon not install run this script.
npm install -g nodemon
 
# or using yarn: 
yarn global add nodemon

after install nodemon run server on your system.

# for react
npm run start

#for backend 
npm run server

About

Pinterest is an image sharing and social media service designed to enable the saving and discovery of information on the internet using images and, on a smaller scale, animated GIFs and videos, in the form of pin-boards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published