Skip to content

BOTCAHX/pinterest-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinterest Downloader

Pinterest Downloader is a simple web application that allows users to download images and videos from Pinterest effortlessly. This app is built using Vue.js.

Features

  • Quickly and easily download images and videos from Pinterest.
  • Simple and intuitive user interface.
  • Responsive design that works well on various devices.

Technologies Used

  • Vue.js: The progressive JavaScript framework used for building the user interface.

Installation

  1. Make sure you have Node.js and npm installed on your machine.

  2. Navigate to the project directory:

    cd project
  3. Install the project dependencies:

    npm install

Running the Application

To start the application in development mode, use the following command:

npm run dev

The app will run at http://localhost:8081. Open this URL in your browser to use the Pinterest Downloader.

Building for Production

To build the application for production, run:

npm run build

This will create a dist directory with the production build of the app.

Linting

To lint your code, run:

npm run lint

Dependencies

  • Vue.js - The progressive JavaScript framework.

Development Dependencies

  • Vue CLI - Standard Tooling for Vue.js Development.
  • ESLint - Find and fix problems in your JavaScript code.

Contributing

Feel free to fork this repository and submit pull requests. Any improvements or suggestions are welcome!

License

This project is licensed under the MIT License.

About

Pinterest downloader built with vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published