mukeshsoni / Image-Editor-2

Open Source Web based Image Editor

Home Page:https://gdscjgec.github.io/Image-Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Quick Image Editor

Participating in

Banner


Banner

About The Project

A web based image editor for all your editing needs. Use stunning filters and other tools to create and share amazing pics!

Features

  • Apply Amazing Effects
  • Crop, Rotate, and Resize
  • Adjust Exposure
  • Blur Filter
  • And Much More!

Tech Stack

HTML 5 CSS3 JS

Demo

File Structure

  ├── assets/
        ├──favicon        contains favicon and shortcut icons
        ├──images         contains images and icons
        ├──logo           contains the logo
        ├──ui             contains the ui
  ├── css/
        ├──style.css      all the default styling of index.html
  ├── js/
        ├──main.js        all the functions of index.html
  ├── index.html          main page of the website

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Setting up development environment (for VS Code Users)

Install The Live server extension on your native VS Code: Link (Helps you to run the live project and not reload any changes that you make in it)

Set up the project directory:

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Navigate to Project Directory
    cd <project-name>
  3. Open VS Code from terminal
    code .
  4. Start up Live server

Navigate to the bottom right corner of Visual Studio Code window and click on the "Go Live" button. Your project will get loaded on the localhost url: http://127.0.0.1:5500/

Roadmap

See the open issues for a list of proposed features (and known issues). Feel free to raise new issues.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch ( git checkout -b feature/AmazingFeature )
  3. Add your Changes ( git add . )
  4. Commit your Changes ( git commit -m 'Add some AmazingFeature' )
  5. Push to the Branch ( git push origin feature/AmazingFeature )
  6. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Mail us at - gdsc@jgec.ac.in

Contributors

About

Open Source Web based Image Editor

https://gdscjgec.github.io/Image-Editor

License:MIT License


Languages

Language:CSS 44.6%Language:JavaScript 30.5%Language:HTML 24.9%