Skip to content

masif2002/pinterest-clone-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Pinterest Clone

This is a sample project attempting to create a similar version of Pinterest.

Tech Stack

  • React
  • HTML
  • TailwindCSS
  • Sanity

Learnings

  • Effective use of React hooks - useEffect, useState, useRef, useNavigate
  • Styling webpages using tailwindcss classes
  • Responsive Web Design
  • Using sanity as backend to store users, posts and more ..
  • Authentication using Google