Skip to content

Abdulmumin1/edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae93415 · Jun 23, 2024
Nov 15, 2022
Apr 27, 2023
Jun 23, 2024
Nov 29, 2022
Oct 17, 2022
Nov 21, 2022
Jun 23, 2024
Nov 17, 2023
Jun 18, 2023
Nov 24, 2022
Jun 23, 2024
Oct 17, 2022
Nov 15, 2023

Repository files navigation

Edit

take and edit beautiful screenshot.

⚒️ Languages / Tools

HTML
HTML

CSS
CSS

Javascript
Javascript

TailWind
Tailwind

Features

Beautiful ScreenShot

Text to Image

Code Snippet Image

Contribution

  • Fork Repo
  • Clone your Forked repo
git clone https://github.com/<YOURNAME>/edit

Navigate to the directory edit

cd edit

Install dependencies

npm install
npm install -g commitizen

Start development server

npm run dev

Watch tailwind

npm run watch

Create a new branch

git checkout -b <NAME>
  • Make your changes
  • Add files you worked on
  • git add </path/to/files>
  • commit your changes with
  • git cz
  • Create Pull Request
  • Congratulations! 🎉