A Pinterest-inspired image sharing platform built with Tailwind CSS.
🚀 Welcome to the Pinterest UI Clone project! This project was created with the goal of recreating the delightful Pinterest experience. Built using Tailwind CSS, it offers a visually appealing image-sharing platform.
Pinterest.-.Google.Chrome.2023-09-10.16-46-02.mp4
- Link of SVG and images. 🤳🏻
- Custom floating shadow for button. ☝🏻
- Responsive Design 📱
- Intuitive User Interactions 🖱️
- Image Sharing 📲
Follow these steps to get the Pinterest UI clone up and running on your local machine.
Before you begin, ensure you have met the following requirements:
- Node.js: Make sure you have Node.js installed. You can download it from nodejs.org.
-
Clone the Repository:
bash git clone https://github.com/Rohit177/Pinterest_Clone_Tailwind cd Pinterest_Clone_Tailwind
-
Install Dependencies:
# Using npm npm install -D tailwindcss postcss autoprefixer vite npx tailwindcss init -p # Using Yarn yarn
Check out tailwind docs for more information https://tailwindcss.com/docs/installation/using-postcss
-
Start the Development Server:
# Using npm npm run start # Using Yarn yarn run start
-
Start Experimenting: Open index.html in your code editor and start experimenting with the Pinterest Tailwind CSS.