Skip to content

PrajwalDhule/Dithering_and_Image_Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

DitherPlay

An Interactive Tool (Website) for Real-time Image Dithering & Filters in a responsive interface.

Website Link

DitherPlay

Tech Stack

reactjs logo typescript logo scss/sass logo

Installation

i. Fork the repo into your account

ii. Clone the project into your local machine

git clone https://github.com/<Your-name>/Dithering_and_Image_Manipulation.git

iii. navigate to DitherPlay folder

cd .\DitherPlay\

iv. install dependencies

npm i

v. Run the project on local machine

npm run dev

Contributing Guidelines

Thank you for considering to contribute to this project 😄

How to make a Contribution?

Never made an open source contribution before? And wondering how to contribute to this project? No worries! Here's a quick guide,

  1. Choose any feature/bug you wanna contribute to.
  2. Fork the repository into your own account.
  3. Clone the repo you have forked in your local machine using git clone https://github.com/<Your-name>/Dithering_and_Image_Manipulation.git
  4. Create a new branch for your fix by using the command git checkout -b YourName-branch-name
  5. Make the changes you wanna do and stage them using the command git add files-you-have-changed or use git add .
  6. Use the git commit -m "Short description of the changes" to describe the changes you have done with a message.
  7. Push the changes to your remote repository using git push origin your-branch-name
  8. Submit a PR(pull request) to the upstream repository (PrajwalDhule/Dithering_and_Image_Manipulation) with a title and a small description.
  9. Wait for the pull request to be reviewed, make appropriate changes if recommended, and submit it.
  10. And your pull request is merged! Congrats 🎊

Want to contact?

You can connect with me,

Other projects from me

Checkout Chromafy

License

MIT